From 4b79e5a459de16bb85c70eaf9c716e51f1c281bd Mon Sep 17 00:00:00 2001 From: Squirrel Date: Fri, 17 Sep 2021 13:39:32 +0100 Subject: chore: Remove unused deps from Cargo.toml files (#12106) --- ext/fetch/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/fetch') 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"] } -- cgit v1.2.3