From b34424def88d57cf8e87c4da76f44f90a5bdff68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 05:00:11 +0000 Subject: [PATCH] Update tokio requirement from 0.1.22 to 0.2.5 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.5) 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 5639c26..a6fd23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.1.29" hyper = "0.12.35" jemallocator = "0" native-tls = { version = "0.2.3", optional = true } -tokio = "0.1.22" +tokio = "0.2.5" tokio-current-thread = "0.1.6" tokio-timer = "0.2.11" tokio-tls = { version = "0.2.1", optional = true }