summaryrefslogtreecommitdiff
path: root/extensions/fetch
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-15 22:14:58 +0200
committerGitHub <noreply@github.com>2021-06-15 22:14:58 +0200
commitba91a727a64d64157dd101ca8554d1c3096899b4 (patch)
treef68dc9a8c4f3b3d766e0d67bf1d5ca4017d17c47 /extensions/fetch
parent5bf4a88aa494073abd57838a60e9140062ac4e41 (diff)
chore: release crates (#10976)
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 27ab2e05d..0e8347f56 100644
--- a/extensions/fetch/Cargo.toml
+++ b/extensions/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.30.0"
+version = "0.31.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.89.0", path = "../../core" }
-deno_web = { version = "0.39.0", path = "../web" }
+deno_core = { version = "0.90.0", path = "../../core" }
+deno_web = { version = "0.40.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"] }