summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-01-20 20:50:39 +0530
committerGitHub <noreply@github.com>2022-01-20 20:50:39 +0530
commit16776c9ade8325182ac589b0955a7e94394b021a (patch)
treee25abc6fa52c72a7556c3b845f2fcf4d36a0e620 /ext/fetch
parent23647a0d8a409d9a242a7ff5ecfae89fdda8a1bb (diff)
chore: bump crate version for 0.18.0 (#13441)
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 1cfb4a9ae..e03889089 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.55.0"
+version = "0.57.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.114.0", path = "../../core" }
-deno_tls = { version = "0.19.0", path = "../tls" }
+deno_core = { version = "0.116.0", path = "../../core" }
+deno_tls = { version = "0.21.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.4"
reqwest = { version = "0.11.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }