chore: Remove unused deps from Cargo.toml files (#12106)

This commit is contained in:
Squirrel 2021-09-17 13:39:32 +01:00 committed by GitHub
parent 99de9eb4c2
commit 4b79e5a459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 76 deletions

52
Cargo.lock generated
View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"] }

View file

@ -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"] }

View file

@ -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"

View file

@ -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"

View file

@ -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"] }

View file

@ -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"