From 6c25b5135dfa6d9be35f6993e4b43d442977eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 2 Apr 2022 19:54:40 +0200 Subject: chore: update tokio, tokio-util and libc dependencies (#14174) --- 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 ff63c3739..98470cf75 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -27,5 +27,5 @@ mime = "0.3.16" percent-encoding = "2.1.0" ring = "0.16.20" serde = { version = "1.0.129", features = ["derive"] } -tokio = { version = "1.10.1", features = ["full"] } -tokio-util = { version = "0.6.7", features = ["io"] } +tokio = { version = "1.17", features = ["full"] } +tokio-util = { version = "0.7.0", features = ["io"] } -- cgit v1.2.3