From a6e58dc07a62175c7fb32b8c75a6ada703b092d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 16:00:14 +0000 Subject: [PATCH] Update tokio requirement from 0.1.22 to 0.2.2 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.2) 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..ea1b0c4 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.2" tokio-current-thread = "0.1.6" tokio-timer = "0.2.11" tokio-tls = { version = "0.2.1", optional = true }