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/http/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/http') 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" -- cgit v1.2.3