summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-12-06 18:48:11 -0500
committerGitHub <noreply@github.com>2021-12-07 00:48:11 +0100
commita2f1357fe81fe212451567cc433c0e6b4a85edc5 (patch)
tree1e4267d9f6e6bb3ddbdf030b4d6d1c547a33b6be /ext/fetch
parentb91e6fd02f61ea34881226bc4b202e38ed75123e (diff)
chore: upgrade to rustls 0.20 (#12488)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com> Co-authored-by: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to 'ext/fetch')
-rw-r--r--ext/fetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"