From 82cef41ed67a9eb26108ee3ea779a9f038da2ceb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 05:53:00 +0000 Subject: [PATCH] build(deps): update tokio-util requirement from 0.2.0 to 0.6.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-0.2.0...tokio-util-0.6.6) 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 29707d7..aef686a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parse = { path = "components/parse" } redis = { version = "0.15.1"} rand = { version = "0.7" } tokio = { version = "0.2.18", features = ["full"] } -tokio-util = { version = "0.2.0", features = ["full"] } +tokio-util = { version = "0.6.6", features = ["full"] } tonic = "0.2" clap = { version = "~2.33.0" } # command line argument parse epaxos = { path = "components/epaxos" }