mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore: Remove unused deps from Cargo.toml files (#12106)
This commit is contained in:
parent
99de9eb4c2
commit
4b79e5a459
9 changed files with 0 additions and 76 deletions
52
Cargo.lock
generated
52
Cargo.lock
generated
|
@ -571,7 +571,6 @@ version = "1.14.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"byteorder",
|
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"data-url",
|
"data-url",
|
||||||
|
@ -582,18 +581,14 @@ dependencies = [
|
||||||
"deno_crypto",
|
"deno_crypto",
|
||||||
"deno_doc",
|
"deno_doc",
|
||||||
"deno_fetch",
|
"deno_fetch",
|
||||||
"deno_ffi",
|
|
||||||
"deno_graph",
|
"deno_graph",
|
||||||
"deno_http",
|
|
||||||
"deno_lint",
|
"deno_lint",
|
||||||
"deno_net",
|
"deno_net",
|
||||||
"deno_runtime",
|
"deno_runtime",
|
||||||
"deno_timers",
|
|
||||||
"deno_tls",
|
"deno_tls",
|
||||||
"deno_url",
|
"deno_url",
|
||||||
"deno_web",
|
"deno_web",
|
||||||
"deno_webgpu",
|
"deno_webgpu",
|
||||||
"deno_webidl",
|
|
||||||
"deno_websocket",
|
"deno_websocket",
|
||||||
"deno_webstorage",
|
"deno_webstorage",
|
||||||
"dissimilar",
|
"dissimilar",
|
||||||
|
@ -604,12 +599,10 @@ dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"exec",
|
"exec",
|
||||||
"fancy-regex",
|
"fancy-regex",
|
||||||
"filetime",
|
|
||||||
"flaky_test",
|
"flaky_test",
|
||||||
"fwdansi",
|
"fwdansi",
|
||||||
"http",
|
"http",
|
||||||
"import_map",
|
"import_map",
|
||||||
"indexmap",
|
|
||||||
"jsonc-parser",
|
"jsonc-parser",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -636,8 +629,6 @@ dependencies = [
|
||||||
"test_util",
|
"test_util",
|
||||||
"text-size",
|
"text-size",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-rustls",
|
|
||||||
"tower-test",
|
|
||||||
"trust-dns-client",
|
"trust-dns-client",
|
||||||
"trust-dns-server",
|
"trust-dns-server",
|
||||||
"uuid",
|
"uuid",
|
||||||
|
@ -718,7 +709,6 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
|
||||||
"log",
|
"log",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
|
@ -773,9 +763,7 @@ dependencies = [
|
||||||
"data-url",
|
"data-url",
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"deno_tls",
|
"deno_tls",
|
||||||
"deno_web",
|
|
||||||
"http",
|
"http",
|
||||||
"lazy_static",
|
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"serde",
|
"serde",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -851,7 +839,6 @@ version = "0.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"deno_tls",
|
"deno_tls",
|
||||||
"lazy_static",
|
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -887,13 +874,11 @@ dependencies = [
|
||||||
"fwdansi",
|
"fwdansi",
|
||||||
"http",
|
"http",
|
||||||
"hyper",
|
"hyper",
|
||||||
"indexmap",
|
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
"nix",
|
"nix",
|
||||||
"notify",
|
"notify",
|
||||||
"percent-encoding",
|
|
||||||
"regex",
|
"regex",
|
||||||
"ring",
|
"ring",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -939,8 +924,6 @@ dependencies = [
|
||||||
"deno_bench_util",
|
"deno_bench_util",
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"deno_webidl",
|
"deno_webidl",
|
||||||
"idna",
|
|
||||||
"percent-encoding",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_repr",
|
"serde_repr",
|
||||||
"urlpattern",
|
"urlpattern",
|
||||||
|
@ -954,7 +937,6 @@ dependencies = [
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"deno_core",
|
"deno_core",
|
||||||
"encoding_rs",
|
"encoding_rs",
|
||||||
"futures",
|
|
||||||
"serde",
|
"serde",
|
||||||
"tokio",
|
"tokio",
|
||||||
"uuid",
|
"uuid",
|
||||||
|
@ -3900,7 +3882,6 @@ dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"bytes",
|
|
||||||
"futures",
|
"futures",
|
||||||
"hyper",
|
"hyper",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -4038,19 +4019,6 @@ dependencies = [
|
||||||
"tokio",
|
"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]]
|
[[package]]
|
||||||
name = "tokio-tungstenite"
|
name = "tokio-tungstenite"
|
||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
|
@ -4091,32 +4059,12 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tower-layer"
|
|
||||||
version = "0.3.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tower-service"
|
name = "tower-service"
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
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]]
|
[[package]]
|
||||||
name = "tracing"
|
name = "tracing"
|
||||||
version = "0.1.26"
|
version = "0.1.26"
|
||||||
|
|
|
@ -25,14 +25,10 @@ deno_console = { version = "0.17.0", path = "../ext/console" }
|
||||||
deno_core = { version = "0.99.0", path = "../core" }
|
deno_core = { version = "0.99.0", path = "../core" }
|
||||||
deno_crypto = { version = "0.31.0", path = "../ext/crypto" }
|
deno_crypto = { version = "0.31.0", path = "../ext/crypto" }
|
||||||
deno_fetch = { version = "0.40.0", path = "../ext/fetch" }
|
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_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_url = { version = "0.17.0", path = "../ext/url" }
|
||||||
deno_web = { version = "0.48.0", path = "../ext/web" }
|
deno_web = { version = "0.48.0", path = "../ext/web" }
|
||||||
deno_webgpu = { version = "0.18.0", path = "../ext/webgpu" }
|
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_websocket = { version = "0.22.0", path = "../ext/websocket" }
|
||||||
deno_webstorage = { version = "0.12.0", path = "../ext/webstorage" }
|
deno_webstorage = { version = "0.12.0", path = "../ext/webstorage" }
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
|
@ -53,7 +49,6 @@ deno_tls = { version = "0.4.0", path = "../ext/tls" }
|
||||||
|
|
||||||
atty = "0.2.14"
|
atty = "0.2.14"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
byteorder = "1.4.3"
|
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
data-url = "0.1.0"
|
data-url = "0.1.0"
|
||||||
dissimilar = "1.0.2"
|
dissimilar = "1.0.2"
|
||||||
|
@ -63,11 +58,8 @@ dprint-plugin-typescript = "0.55.0"
|
||||||
encoding_rs = "0.8.28"
|
encoding_rs = "0.8.28"
|
||||||
env_logger = "0.8.4"
|
env_logger = "0.8.4"
|
||||||
fancy-regex = "0.7.1"
|
fancy-regex = "0.7.1"
|
||||||
filetime = "0.2.14"
|
|
||||||
http = "0.2.4"
|
http = "0.2.4"
|
||||||
import_map = "0.3.0"
|
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"] }
|
jsonc-parser = { version = "0.17.0", features = ["serde"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.101"
|
libc = "0.2.101"
|
||||||
|
@ -90,7 +82,6 @@ sourcemap = "6.0.1"
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
text-size = "1.1.0"
|
text-size = "1.1.0"
|
||||||
tokio = { version = "1.10.1", features = ["full"] }
|
tokio = { version = "1.10.1", features = ["full"] }
|
||||||
tokio-rustls = "0.22.0"
|
|
||||||
uuid = { version = "0.8.2", features = ["v4", "serde"] }
|
uuid = { version = "0.8.2", features = ["v4", "serde"] }
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
|
|
||||||
|
@ -105,7 +96,6 @@ flaky_test = "0.1.0"
|
||||||
os_pipe = "0.9.2"
|
os_pipe = "0.9.2"
|
||||||
pretty_assertions = "0.7.2"
|
pretty_assertions = "0.7.2"
|
||||||
test_util = { path = "../test_util" }
|
test_util = { path = "../test_util" }
|
||||||
tower-test = "0.4.0"
|
|
||||||
trust-dns-client = "0.20.3"
|
trust-dns-client = "0.20.3"
|
||||||
trust-dns-server = "0.20.3"
|
trust-dns-server = "0.20.3"
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ futures = "0.3.16"
|
||||||
# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved
|
# TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved
|
||||||
indexmap = "=1.6.2"
|
indexmap = "=1.6.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.101"
|
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
pin-project = "1.0.7"
|
pin-project = "1.0.7"
|
||||||
|
|
|
@ -18,9 +18,7 @@ bytes = "1.1.0"
|
||||||
data-url = "0.1.0"
|
data-url = "0.1.0"
|
||||||
deno_core = { version = "0.99.0", path = "../../core" }
|
deno_core = { version = "0.99.0", path = "../../core" }
|
||||||
deno_tls = { version = "0.4.0", path = "../tls" }
|
deno_tls = { version = "0.4.0", path = "../tls" }
|
||||||
deno_web = { version = "0.48.0", path = "../web" }
|
|
||||||
http = "0.2.4"
|
http = "0.2.4"
|
||||||
lazy_static = "1.4.0"
|
|
||||||
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
|
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
|
||||||
serde = { version = "1.0.129", features = ["derive"] }
|
serde = { version = "1.0.129", features = ["derive"] }
|
||||||
tokio = { version = "1.10.1", features = ["full"] }
|
tokio = { version = "1.10.1", features = ["full"] }
|
||||||
|
|
|
@ -16,8 +16,6 @@ path = "lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
deno_core = { version = "0.99.0", path = "../../core" }
|
deno_core = { version = "0.99.0", path = "../../core" }
|
||||||
deno_tls = { version = "0.4.0", path = "../tls" }
|
deno_tls = { version = "0.4.0", path = "../tls" }
|
||||||
|
|
||||||
lazy_static = "1.4.0"
|
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
serde = { version = "1.0.129", features = ["derive"] }
|
serde = { version = "1.0.129", features = ["derive"] }
|
||||||
tokio = { version = "1.10.1", features = ["full"] }
|
tokio = { version = "1.10.1", features = ["full"] }
|
||||||
|
|
|
@ -15,8 +15,6 @@ path = "lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
deno_core = { version = "0.99.0", path = "../../core" }
|
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 = { version = "1.0.129", features = ["derive"] }
|
||||||
serde_repr = "0.1.7"
|
serde_repr = "0.1.7"
|
||||||
urlpattern = "0.1.2"
|
urlpattern = "0.1.2"
|
||||||
|
|
|
@ -21,6 +21,3 @@ encoding_rs = "0.8.28"
|
||||||
serde = "1.0.129"
|
serde = "1.0.129"
|
||||||
tokio = { version = "1.10.1", features = ["full"] }
|
tokio = { version = "1.10.1", features = ["full"] }
|
||||||
uuid = { version = "0.8.2", features = ["v4", "serde"] }
|
uuid = { version = "0.8.2", features = ["v4", "serde"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
futures = "0.3.15"
|
|
||||||
|
|
|
@ -68,13 +68,10 @@ filetime = "0.2.15"
|
||||||
fs3 = "0.5.0"
|
fs3 = "0.5.0"
|
||||||
http = "0.2.4"
|
http = "0.2.4"
|
||||||
hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] }
|
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"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.101"
|
libc = "0.2.101"
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
notify = "=5.0.0-pre.12"
|
notify = "=5.0.0-pre.12"
|
||||||
percent-encoding = "2.1.0"
|
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
ring = "0.16.20"
|
ring = "0.16.20"
|
||||||
serde = { version = "1.0.129", features = ["derive"] }
|
serde = { version = "1.0.129", features = ["derive"] }
|
||||||
|
|
|
@ -15,7 +15,6 @@ path = "src/test_server.rs"
|
||||||
anyhow = "1.0.43"
|
anyhow = "1.0.43"
|
||||||
async-stream = "0.3.2"
|
async-stream = "0.3.2"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
bytes = "1.1.0"
|
|
||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] }
|
hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
Loading…
Reference in a new issue