diff --git a/Cargo.lock b/Cargo.lock index eab8b22194..953bd2e8dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,6 @@ version = "1.14.0" dependencies = [ "atty", "base64 0.13.0", - "byteorder", "chrono", "clap", "data-url", @@ -582,18 +581,14 @@ dependencies = [ "deno_crypto", "deno_doc", "deno_fetch", - "deno_ffi", "deno_graph", - "deno_http", "deno_lint", "deno_net", "deno_runtime", - "deno_timers", "deno_tls", "deno_url", "deno_web", "deno_webgpu", - "deno_webidl", "deno_websocket", "deno_webstorage", "dissimilar", @@ -604,12 +599,10 @@ dependencies = [ "env_logger", "exec", "fancy-regex", - "filetime", "flaky_test", "fwdansi", "http", "import_map", - "indexmap", "jsonc-parser", "lazy_static", "libc", @@ -636,8 +629,6 @@ dependencies = [ "test_util", "text-size", "tokio", - "tokio-rustls", - "tower-test", "trust-dns-client", "trust-dns-server", "uuid", @@ -718,7 +709,6 @@ dependencies = [ "futures", "indexmap", "lazy_static", - "libc", "log", "parking_lot", "pin-project", @@ -773,9 +763,7 @@ dependencies = [ "data-url", "deno_core", "deno_tls", - "deno_web", "http", - "lazy_static", "reqwest", "serde", "tokio", @@ -851,7 +839,6 @@ version = "0.8.0" dependencies = [ "deno_core", "deno_tls", - "lazy_static", "log", "serde", "tokio", @@ -887,13 +874,11 @@ dependencies = [ "fwdansi", "http", "hyper", - "indexmap", "lazy_static", "libc", "log", "nix", "notify", - "percent-encoding", "regex", "ring", "serde", @@ -939,8 +924,6 @@ dependencies = [ "deno_bench_util", "deno_core", "deno_webidl", - "idna", - "percent-encoding", "serde", "serde_repr", "urlpattern", @@ -954,7 +937,6 @@ dependencies = [ "base64 0.13.0", "deno_core", "encoding_rs", - "futures", "serde", "tokio", "uuid", @@ -3900,7 +3882,6 @@ dependencies = [ "anyhow", "async-stream", "base64 0.13.0", - "bytes", "futures", "hyper", "lazy_static", @@ -4038,19 +4019,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-test" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" -dependencies = [ - "async-stream", - "bytes", - "futures-core", - "tokio", - "tokio-stream", -] - [[package]] name = "tokio-tungstenite" version = "0.14.0" @@ -4091,32 +4059,12 @@ dependencies = [ "serde", ] -[[package]] -name = "tower-layer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" - [[package]] name = "tower-service" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" -[[package]] -name = "tower-test" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7" -dependencies = [ - "futures-util", - "pin-project", - "tokio", - "tokio-test", - "tower-layer", - "tower-service", -] - [[package]] name = "tracing" version = "0.1.26" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 42e7cd6030..977d01c53e 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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 42e50eb7f8..afa31af0d3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,6 @@ futures = "0.3.16" # TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved indexmap = "=1.6.2" lazy_static = "1.4.0" -libc = "0.2.101" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index b4797d76c4..0b41b56c3d 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -18,9 +18,7 @@ bytes = "1.1.0" data-url = "0.1.0" deno_core = { version = "0.99.0", path = "../../core" } deno_tls = { version = "0.4.0", path = "../tls" } -deno_web = { version = "0.48.0", path = "../web" } http = "0.2.4" -lazy_static = "1.4.0" reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.129", features = ["derive"] } tokio = { version = "1.10.1", features = ["full"] } diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 9cf1036dc5..51700db4dd 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -16,8 +16,6 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.99.0", path = "../../core" } deno_tls = { version = "0.4.0", path = "../tls" } - -lazy_static = "1.4.0" log = "0.4.14" serde = { version = "1.0.129", features = ["derive"] } tokio = { version = "1.10.1", features = ["full"] } diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 5d2cb136c9..c35609c7e7 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -15,8 +15,6 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.99.0", path = "../../core" } -idna = "0.2.3" -percent-encoding = "2.1.0" serde = { version = "1.0.129", features = ["derive"] } serde_repr = "0.1.7" urlpattern = "0.1.2" diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 93b9eaa25b..7858fa8437 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -21,6 +21,3 @@ encoding_rs = "0.8.28" serde = "1.0.129" tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4", "serde"] } - -[dev-dependencies] -futures = "0.3.15" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index afa8695be4..f3091eb30e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -68,13 +68,10 @@ filetime = "0.2.15" fs3 = "0.5.0" http = "0.2.4" hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] } -# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved -indexmap = "=1.6.2" lazy_static = "1.4.0" libc = "0.2.101" log = "0.4.14" notify = "=5.0.0-pre.12" -percent-encoding = "2.1.0" regex = "1.5.4" ring = "0.16.20" serde = { version = "1.0.129", features = ["derive"] } diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index b33f389a68..497f2294a0 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -15,7 +15,6 @@ path = "src/test_server.rs" anyhow = "1.0.43" async-stream = "0.3.2" base64 = "0.13.0" -bytes = "1.1.0" futures = "0.3.16" hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] } lazy_static = "1.4.0"