From bb9ad83a4a75bdbe8b0839e7600bd8b8371c2c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:51:04 +0000 Subject: [PATCH] Update tokio-util requirement from 0.6 to 0.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/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simag_networking/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_networking/Cargo.toml b/simag_networking/Cargo.toml index b94f2b4..83e1b73 100644 --- a/simag_networking/Cargo.toml +++ b/simag_networking/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive", "rc"] } thiserror = "1.0" typetag = "0.1" tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "sync", "time"] } -tokio-util = { version = "0.6", features = ["codec"] } +tokio-util = { version = "0.7", features = ["codec"] } unsigned-varint = { version = "0.7", features = ["codec"] } uuid = { version = "0.8.1", features = ["v5", "serde"]}