summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index acf95aee1..058b5ad76 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -33,8 +33,8 @@ percent-encoding = "2.2.0"
phf = { version = "0.10", features = ["macros"] }
ring = "0.16.20"
serde = { version = "1.0.136", features = ["derive"] }
-tokio = { version = "1.17", features = ["full"] }
-tokio-util = { version = "0.7.1", features = ["io"] }
+tokio = { version = "1.21", features = ["full"] }
+tokio-util = { version = "0.7", features = ["io"] }
[dev-dependencies]
bencher = "0.1"