From 8e6b3c0724ce4ca0b8bbe4985f39ed447209b540 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 09:08:05 +0000 Subject: [PATCH] Update humantime requirement from 1 to 2 Updates the requirements on [humantime](https://github.com/tailhook/humantime) to permit the latest version. - [Release notes](https://github.com/tailhook/humantime/releases) - [Commits](https://github.com/tailhook/humantime/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- examples/performance/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/performance/Cargo.toml b/examples/performance/Cargo.toml index f14de1a5..2a04b7ef 100644 --- a/examples/performance/Cargo.toml +++ b/examples/performance/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] wasm-bindgen = "0.2.63" -humantime = "1" +humantime = "2" [dependencies.web-sys] version = "0.3.4"