summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-01 16:25:56 +0100
committerGitHub <noreply@github.com>2024-02-01 16:25:56 +0100
commitaba91490d629eea9daeb016758ebeb16deb6f9bd (patch)
treec0ce389bada8b5e095298d5e26c3273cc9a0e8cc /cli/Cargo.toml
parentca11536f3fe1a0a801afe8b4bfd82a20a6a233a0 (diff)
fix(publish): use lighter crate for opening browser (#22224)
Alternative to https://github.com/denoland/deno/pull/22223 which switches `webbrowser` crate to `open` (https://crates.io/crates/open) which is lighterweight.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8f3b5098e..5c79b85e3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -107,6 +107,7 @@ lsp-types.workspace = true
monch.workspace = true
notify.workspace = true
once_cell.workspace = true
+open = "5.0.1"
os_pipe.workspace = true
percent-encoding.workspace = true
pin-project.workspace = true
@@ -133,7 +134,6 @@ typed-arena = "=2.0.1"
unicode-width = "0.1"
uuid = { workspace = true, features = ["serde"] }
walkdir = "=2.3.2"
-webbrowser = "0.8.12"
zeromq = { version = "=0.3.4", default-features = false, features = ["tcp-transport", "tokio-runtime"] }
zstd.workspace = true