summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-02-04 21:44:38 +0100
committerGitHub <noreply@github.com>2022-02-04 21:44:38 +0100
commit82284d8052262ce9e8b688ddf5f079a70edc6818 (patch)
treeed69f97aff4b85ae5f6826bfc1e2138faf292308 /ext/fetch
parent2f438f4106e1c69f29e43221a98428213f6621e9 (diff)
chore: forward v1.18.2 to main (#13595)
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 e168e965d..7859abe16 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.58.0"
+version = "0.59.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.117.0", path = "../../core" }
-deno_tls = { version = "0.22.0", path = "../tls" }
+deno_core = { version = "0.118.0", path = "../../core" }
+deno_tls = { version = "0.23.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.4"
reqwest = { version = "0.11.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }