diff options
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ad3d028de..1c75e58c3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,20 +25,10 @@ harness = false path = "./bench/lsp_bench_standalone.rs" [build-dependencies] -deno_broadcast_channel = { version = "0.34.0", path = "../ext/broadcast_channel" } -deno_console = { version = "0.40.0", path = "../ext/console" } deno_core = { version = "0.122.0", path = "../core" } -deno_crypto = { version = "0.54.0", path = "../ext/crypto" } -deno_fetch = { version = "0.63.0", path = "../ext/fetch" } -deno_net = { version = "0.32.0", path = "../ext/net" } -deno_url = { version = "0.40.0", path = "../ext/url" } -deno_web = { version = "0.71.0", path = "../ext/web" } -deno_webgpu = { version = "0.41.0", path = "../ext/webgpu" } -deno_websocket = { version = "0.45.0", path = "../ext/websocket" } -deno_webstorage = { version = "0.35.0", path = "../ext/webstorage" } regex = "=1.5.5" serde = { version = "=1.0.133", features = ["derive"] } -zstd = '=0.9.2' +zstd = { version = '=0.9.2', default-features = false } [target.'cfg(windows)'.build-dependencies] winapi = "=0.3.9" @@ -98,7 +88,7 @@ tokio-util = "=0.6.9" typed-arena = "2.0.1" uuid = { version = "=0.8.2", features = ["v4", "serde"] } walkdir = "=2.3.2" -zstd = '=0.9.2' +zstd = { version = '=0.9.2', default-features = false } [target.'cfg(windows)'.dependencies] fwdansi = "=1.1.0" |
