summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-03-24 12:47:35 +1100
committerKitson Kelly <me@kitsonkelly.com>2022-03-24 14:47:06 +1100
commitcff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch)
treeb9dc3685eda53147214af8232c30c1e08eb9d1b2 /ext/fetch
parentc755548e0212ea6f4fc211adc85bfdc581e6045e (diff)
1.20.2
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 1cbe61fcc..256159cba 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.65.0"
+version = "0.66.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.124.0", path = "../../core" }
-deno_tls = { version = "0.29.0", path = "../tls" }
+deno_core = { version = "0.125.0", path = "../../core" }
+deno_tls = { version = "0.30.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.4"
reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }