summaryrefslogtreecommitdiff
path: root/extensions/fetch
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-26 15:45:40 +0200
committerGitHub <noreply@github.com>2021-07-26 15:45:40 +0200
commitf9bb7949b8e64762fd160a61cb1760277f5df23a (patch)
tree10b51a7f6d36ad1355b36d6ef66cfb71be35a581 /extensions/fetch
parentb2fcd3d01458072265e5ce9bfe9e8ed34fe4c00b (diff)
chore: release crates (#11519)
Diffstat (limited to 'extensions/fetch')
-rw-r--r--extensions/fetch/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml
index d9fe54ef2..4cc4fee2c 100644
--- a/extensions/fetch/Cargo.toml
+++ b/extensions/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.34.0"
+version = "0.35.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.94.0", path = "../../core" }
-deno_web = { version = "0.43.0", path = "../web" }
+deno_core = { version = "0.95.0", path = "../../core" }
+deno_web = { version = "0.44.0", path = "../web" }
http = "0.2.4"
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.126", features = ["derive"] }