From 684841a18c90029df404e02fed7509bb0571053a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 16 Sep 2022 19:11:30 -0400 Subject: upgrade deps (#15914) --- ext/fetch/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/fetch') 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"] } -- cgit v1.2.3