From 7acc47d7e17754f1ec156c1d4b09700b934664e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:56:47 +0000 Subject: [PATCH] Update tokio-util requirement from 0.5.1 to 0.7.8 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.8) --- 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..cdef7c7 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.8", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3" speedy = "0.7.1"