mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
chore: remove unneeded tokio deps (#3376)
This commit is contained in:
parent
4ca624a355
commit
f437521afb
2 changed files with 0 additions and 6 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -319,11 +319,8 @@ dependencies = [
|
|||
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-rustls 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -54,11 +54,8 @@ tempfile = "3.1.0"
|
|||
termcolor = "1.0.5"
|
||||
tokio = "0.1.22"
|
||||
tokio-executor = "0.1.8"
|
||||
tokio-fs = "0.1.6"
|
||||
tokio-io = "0.1.12"
|
||||
tokio-process = "0.2.4"
|
||||
tokio-rustls = "0.10.2"
|
||||
tokio-threadpool = "0.1.16"
|
||||
url = "1.7.2"
|
||||
utime = "0.2.1"
|
||||
webpki = "0.21.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue