diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 16:21:10 +0200 |
---|---|---|
committer | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 17:34:35 +0200 |
commit | 5887dd3c953e07a21768fcc75e65747df75185f3 (patch) | |
tree | 3b0cf21fd14099b026526f08de44150c01549cc7 /extensions/fetch | |
parent | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (diff) |
chore: release crates (#10661)
For the Deno 1.10.2 release.
Diffstat (limited to 'extensions/fetch')
-rw-r--r-- | extensions/fetch/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index 22ec9cf6d..83cd4ecdb 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.28.0" +version = "0.29.0" edition = "2018" description = "Fetch API implementation for Deno" authors = ["the Deno authors"] @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] bytes = "1.0.1" data-url = "0.1.0" -deno_core = { version = "0.87.0", path = "../../core" } -deno_file = { version = "0.5.0", path = "../file" } +deno_core = { version = "0.88.0", path = "../../core" } +deno_file = { version = "0.6.0", path = "../file" } 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"] } |