summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-09-16 19:11:30 -0400
committerGitHub <noreply@github.com>2022-09-16 19:11:30 -0400
commit684841a18c90029df404e02fed7509bb0571053a (patch)
treea350038fcd60b90651b7aeea63deff3f9096a013 /ext/fetch
parent38280990dae50f19c4e52eac5de2054e42f455e4 (diff)
upgrade deps (#15914)
Diffstat (limited to 'ext/fetch')
-rw-r--r--ext/fetch/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 67720c7f7..8f6488946 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -22,6 +22,6 @@ dyn-clone = "1"
http = "0.2.6"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks"] }
serde = { version = "1.0.136", features = ["derive"] }
-tokio = { version = "1.17", features = ["full"] }
+tokio = { version = "1.21", features = ["full"] }
tokio-stream = "0.1.8"
-tokio-util = { version = "0.7.1", features = ["io"] }
+tokio-util = { version = "0.7", features = ["io"] }