From 3bc98984d1877ea6de859c51f233827ae5f03bbb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman <dirkjan@ochtman.nl> 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 6141dae5b..138e0a2bf 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"