summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-04-02 19:54:40 +0200
committerGitHub <noreply@github.com>2022-04-02 19:54:40 +0200
commit6c25b5135dfa6d9be35f6993e4b43d442977eff9 (patch)
treec46af87ac21b1b99ea7a948dfe02894afeb75848 /ext/fetch
parentc0ee027d346191238c01d9fd35f45cc695bd1ae6 (diff)
chore: update tokio, tokio-util and libc dependencies (#14174)
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 7c7ed8d19..10b612482 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -22,6 +22,6 @@ dyn-clone = "1"
http = "0.2.4"
reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.129", features = ["derive"] }
-tokio = { version = "1.10.1", features = ["full"] }
+tokio = { version = "1.17", features = ["full"] }
tokio-stream = "0.1.7"
-tokio-util = "0.6.7"
+tokio-util = "0.7.0"