summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-06-30 18:01:08 -0400
committerGitHub <noreply@github.com>2022-06-30 18:01:08 -0400
commit3d8ba30ea0a4dfedcddcf11ecf2bf476cd1af4c3 (patch)
tree1cb819ad634d4594a78b93cecd1da1a5bd5a7d3f /ext/fetch
parent4e92f38d2ced6cbc2c7ed13d79d739dd4ddadb4c (diff)
chore: forward 1.23.2 to main (#15027)
Co-authored-by: David Sherret <dsherret@gmail.com>
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 39a5fe4bc..d8acebb1a 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.81.0"
+version = "0.82.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.1"
-deno_core = { version = "0.140.0", path = "../../core" }
-deno_tls = { version = "0.45.0", path = "../tls" }
+deno_core = { version = "0.141.0", path = "../../core" }
+deno_tls = { version = "0.46.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.6"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }