From 3a755a632df194338de3e98061dd18e0bc62aad1 Mon Sep 17 00:00:00 2001 From: Nylonicious <50183564+nylonicious@users.noreply.github.com> Date: Fri, 27 May 2022 01:26:31 +0200 Subject: [PATCH] chore(lib): update `tokio-util` to `0.7` (#2762) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a52d991002..c6f8aa0396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ tokio = { version = "1", features = [ "test-util", ] } tokio-test = "0.4" -tokio-util = { version = "0.6", features = ["codec"] } +tokio-util = { version = "0.7", features = ["codec"] } tower = { version = "0.4", features = ["make", "util"] } url = "2.2"