From 89658c8047a5dc5d199c957541010b826a8462f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:59:15 +0000 Subject: [PATCH] Update tokio-util requirement from 0.5.1 to 0.7.6 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.6) --- 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..3509bc0 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.6", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3" speedy = "0.7.1"