From 036df085f75b8f45972175f7a128efbfa0ed5dc6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 05:21:01 +0000 Subject: [PATCH] Update tokio-timer requirement from 0.1.1 to 0.2.12 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.12) 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 5a1a0c0..b23cde3 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.12" url = "1.4.0" vault-api = "0.7.2"