From d9b37899f5c4304f4d206cc72ecfcdd1061b5d54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 11:14:30 +0000 Subject: [PATCH] Update tokio-util requirement from 0.3.1 to 0.6.4 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-0.3.1...tokio-util-0.6.4) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed7a84..cb7b146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ integer-encoding = "1.1.5" log = "0.4.8" env_logger = "0.8.2" tokio = { version = "0.2", features = ["tcp", "rt-core", "io-driver", "sync"] } -tokio-util = { version = "0.3.1", features = ["codec"] } +tokio-util = { version = "0.6.4", features = ["codec"] } futures = "0.3" [build-dependencies]