summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-31 15:48:35 -0400
committerGitHub <noreply@github.com>2022-03-31 15:48:35 -0400
commit7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (patch)
treea69be8a8bd5a511592d5c59fa7e7dd372ec4b920 /ext/fetch
parentb0f974fbfd39db2d7c9d37d4c3ed3f21526d7ca3 (diff)
1.20.4 (#14168)
Diffstat (limited to 'ext/fetch')
-rw-r--r--ext/fetch/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 7836f0bed..7c7ed8d19 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.67.0"
+version = "0.68.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -16,8 +16,8 @@ path = "lib.rs"
[dependencies]
bytes = "1.1.0"
data-url = "0.1.0"
-deno_core = { version = "0.126.0", path = "../../core" }
-deno_tls = { version = "0.31.0", path = "../tls" }
+deno_core = { version = "0.127.0", path = "../../core" }
+deno_tls = { version = "0.32.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.4"
reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }