From aba91490d629eea9daeb016758ebeb16deb6f9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 1 Feb 2024 16:25:56 +0100 Subject: 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. --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') 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 -- cgit v1.2.3