From 9b9743bf65f0c17b738a8b8d521ee54f401e52ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:06:48 +0000 Subject: [PATCH] Update tokio-util requirement from 0.5.1 to 0.7.1 Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.5.1...tokio-util-0.7.1) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d905b5..11d6793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = "0.6.0" -tokio-util = { version = "0.5.1", features = ["codec"] } +tokio-util = { version = "0.7.1", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3" speedy = "0.7.1"