From cdb33bc6bde957936c0cfc00c52dfbbef39bb136 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 05:21:30 +0000 Subject: [PATCH] Update tokio-timer requirement from 0.1.1 to 0.2.13 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/commits) 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..4da5085 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.13" url = "1.4.0" vault-api = "0.7.2"