From c5685fdfa65a0b48f1bf8197f03a22b851b3ee63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:46:47 +0000 Subject: [PATCH] build(deps): update tokio-util requirement from 0.2.0 to 0.6.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/compare/tokio-0.2.0...tokio-util-0.6.7) 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..df0369e 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.7", features = ["full"] } tonic = "0.2" clap = { version = "~2.33.0" } # command line argument parse epaxos = { path = "components/epaxos" }