diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 42e7cd603..977d01c53 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,14 +25,10 @@ deno_console = { version = "0.17.0", path = "../ext/console" } deno_core = { version = "0.99.0", path = "../core" } deno_crypto = { version = "0.31.0", path = "../ext/crypto" } deno_fetch = { version = "0.40.0", path = "../ext/fetch" } -deno_ffi = { version = "0.4.0", path = "../ext/ffi" } -deno_http = { version = "0.9.0", path = "../ext/http" } deno_net = { version = "0.8.0", path = "../ext/net" } -deno_timers = { version = "0.15.0", path = "../ext/timers" } deno_url = { version = "0.17.0", path = "../ext/url" } deno_web = { version = "0.48.0", path = "../ext/web" } deno_webgpu = { version = "0.18.0", path = "../ext/webgpu" } -deno_webidl = { version = "0.17.0", path = "../ext/webidl" } deno_websocket = { version = "0.22.0", path = "../ext/websocket" } deno_webstorage = { version = "0.12.0", path = "../ext/webstorage" } regex = "1.5.4" @@ -53,7 +49,6 @@ deno_tls = { version = "0.4.0", path = "../ext/tls" } atty = "0.2.14" base64 = "0.13.0" -byteorder = "1.4.3" clap = "2.33.3" data-url = "0.1.0" dissimilar = "1.0.2" @@ -63,11 +58,8 @@ dprint-plugin-typescript = "0.55.0" encoding_rs = "0.8.28" env_logger = "0.8.4" fancy-regex = "0.7.1" -filetime = "0.2.14" http = "0.2.4" import_map = "0.3.0" -# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved -indexmap = { version = "=1.6.2", features = ["serde"] } jsonc-parser = { version = "0.17.0", features = ["serde"] } lazy_static = "1.4.0" libc = "0.2.101" @@ -90,7 +82,6 @@ sourcemap = "6.0.1" tempfile = "3.2.0" text-size = "1.1.0" tokio = { version = "1.10.1", features = ["full"] } -tokio-rustls = "0.22.0" uuid = { version = "0.8.2", features = ["v4", "serde"] } walkdir = "2.3.2" @@ -105,7 +96,6 @@ flaky_test = "0.1.0" os_pipe = "0.9.2" pretty_assertions = "0.7.2" test_util = { path = "../test_util" } -tower-test = "0.4.0" trust-dns-client = "0.20.3" trust-dns-server = "0.20.3" |