From 7e8c8b67c96c5911cb74e283ff7c4fda031ce92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 15 May 2019 06:21:02 +0000 Subject: [PATCH] Update tokio-timer requirement from 0.1.1 to 0.2.11 Updates the requirements on [tokio-timer](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/0.1.1...tokio-timer-0.2.11) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a1a0c0..b8e9286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = "1.0" serde_derive = "1.0.7" serde_json = "1.0.2" tokio-core = "0.1.7" -tokio-timer = "0.1.1" +tokio-timer = "0.2.11" url = "1.4.0" vault-api = "0.7.2"