diff options
Diffstat (limited to 'extensions/fetch/Cargo.toml')
-rw-r--r-- | extensions/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index c01af459a..27ab2e05d 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" bytes = "1.0.1" data-url = "0.1.0" deno_core = { version = "0.89.0", path = "../../core" } -deno_file = { version = "0.7.0", path = "../file" } +deno_web = { version = "0.39.0", path = "../web" } http = "0.2.4" reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.125", features = ["derive"] } |