From a54d9265b7a6dfc78f67c38db62bfbeae790c1f8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 11 Feb 2022 09:43:40 +0100 Subject: [PATCH] Upgrade tokio-util to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7d06bf..0333389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ members = [ futures-core = { version = "0.3", default-features = false } futures-sink = { version = "0.3", default-features = false } futures-util = { version = "0.3", default-features = false } -tokio-util = { version = "0.6", features = ["codec"] } +tokio-util = { version = "0.7.1", features = ["codec"] } tokio = { version = "1", features = ["io-util"] } bytes = "1" http = "0.2"