diff --git a/Cargo.lock b/Cargo.lock index 085bd43519..61d9a5924b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6016,9 +6016,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "0.8.15" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b" +checksum = "60b6f804e41d0852e16d2eaee61c7e4f7d3e8ffdb7b8ed85886aeb0791fe9fcd" dependencies = [ "core-foundation", "home", diff --git a/Cargo.toml b/Cargo.toml index 3b065dd9e3..c0654123fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ futures-channel = { version = "0.3.30" } futures-timer = { version = "3.0.3", features = ["wasm-bindgen"] } futures-util = { workspace = true } lru = { version = "0.12.3" } -webbrowser = { version = "0.8.15", features = ["hardened", "disable-wsl"] } +webbrowser = { version = "1.0.0", features = ["hardened", "disable-wsl"] } async-std = { version = "1.12.0", features = [ "wasm-bindgen-futures", "unstable",