From 638f3f5493840bda8ac75834ace2fae0b603a50b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 21:14:46 +0000 Subject: [PATCH] Update tokio requirement from 0.1.22 to 0.2.11 Updates the requirements on [tokio](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.1.22...tokio-0.2.11) 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 eefbcb3f..10078355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ tower-service = "0.2.0" [dev-dependencies] env_logger = "0.7.1" -tokio = "0.1.22" +tokio = "0.2.11"