diff options
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"] } |