diff options
author | Squirrel <gilescope@gmail.com> | 2021-09-17 13:39:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 14:39:32 +0200 |
commit | 4b79e5a459de16bb85c70eaf9c716e51f1c281bd (patch) | |
tree | 2f7d3bbae75e63566326b9004f27330a27f98633 /ext/fetch | |
parent | 99de9eb4c2a78bf0efdcb5407bec76833dc459cd (diff) |
chore: Remove unused deps from Cargo.toml files (#12106)
Diffstat (limited to 'ext/fetch')
-rw-r--r-- | ext/fetch/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index b4797d76c..0b41b56c3 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"] } |