From a2f1357fe81fe212451567cc433c0e6b4a85edc5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 6 Dec 2021 18:48:11 -0500 Subject: chore: upgrade to rustls 0.20 (#12488) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk Co-authored-by: Bert Belder --- ext/fetch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fetch') diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 1f688b1eb..64eee28eb 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -20,7 +20,7 @@ deno_core = { version = "0.110.0", path = "../../core" } deno_tls = { version = "0.15.0", path = "../tls" } dyn-clone = "1" http = "0.2.4" -reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } +reqwest = { version = "0.11.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.129", features = ["derive"] } tokio = { version = "1.10.1", features = ["full"] } tokio-stream = "0.1.7" -- cgit v1.2.3