From de363a54f5e0dcd86e6db50b5976b5dd6647f56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:58:02 +0000 Subject: [PATCH] Update tokio-util requirement from 0.5.1 to 0.7.7 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.7) --- 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..d4f2bbc 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.7", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3" speedy = "0.7.1"