From 926e152b77f3643089f1372dd14a6b56de0c1543 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 10:26:05 +0000 Subject: [PATCH] build(deps): update futures-timer requirement from ^2.0 to ^3.0 Updates the requirements on [futures-timer](https://github.com/async-rs/futures-timer) to permit the latest version. - [Release notes](https://github.com/async-rs/futures-timer/releases) - [Commits](https://github.com/async-rs/futures-timer/compare/2.0.1...v3.0.0) Signed-off-by: dependabot-preview[bot] --- heim-process/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heim-process/Cargo.toml b/heim-process/Cargo.toml index e28959cb..34cefa59 100644 --- a/heim-process/Cargo.toml +++ b/heim-process/Cargo.toml @@ -58,7 +58,7 @@ futures-executor = "^0.3" tokio = { version = "^0.2", features = ["rt-threaded"] } async-std = "^1.5" version-sync = "0.8" -futures-timer = "^2.0" +futures-timer = "^3.0" which = { version = "^3.1", default-features = false } [features]