From 1b15d17c82156011f9eefdf33d668534cedb061c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:06:31 +0000 Subject: [PATCH] chore(deps)(deps): bump webbrowser from 1.0.6 to 1.1.0 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/amodm/webbrowser-rs/compare/v1.0.6...v1.1.0) --- updated-dependencies: - dependency-name: webbrowser dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/terraphim_desktop_gpui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d858739..ad70a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12389,9 +12389,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "1.0.6" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97" +checksum = "3f00bb839c1cf1e3036066614cbdcd035ecf215206691ea646aa3c60a24f68f2" dependencies = [ "core-foundation 0.10.0", "jni 0.21.1", diff --git a/crates/terraphim_desktop_gpui/Cargo.toml b/crates/terraphim_desktop_gpui/Cargo.toml index 5ca8755..812b247 100644 --- a/crates/terraphim_desktop_gpui/Cargo.toml +++ b/crates/terraphim_desktop_gpui/Cargo.toml @@ -86,7 +86,7 @@ lsp-types = "0.97.0" ropey = { version = "=2.0.0-beta.1", features = ["simd"] } # Platform-specific features -webbrowser = "1.0" +webbrowser = "1.1" # System tray support tray-icon = "0.19"