diff options
Diffstat (limited to 'ext/fetch')
-rw-r--r-- | ext/fetch/Cargo.toml | 4 |
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"] } |