summaryrefslogtreecommitdiff
path: root/extensions/fetch/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-10 15:26:10 +0200
committerGitHub <noreply@github.com>2021-06-10 15:26:10 +0200
commit6091ea098a86cafb38aed3228a64ad96a046c817 (patch)
tree1533eb7872db17abe2d88a8db32c4719d403ba4d /extensions/fetch/Cargo.toml
parentfb20a6af761c8eb61a046b4c70e28061923e36ca (diff)
refactor: merge deno_file crate into deno_web (#10914)
This refactor makes it so there's one less crate to publish on each release.
Diffstat (limited to 'extensions/fetch/Cargo.toml')
-rw-r--r--extensions/fetch/Cargo.toml2
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"] }