From 8b877a4c261888b7d86afe9f9d8838bd83c00f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 20:27:16 +0000 Subject: [PATCH] Update measure_time requirement from 0.7.0 to 0.8.0 Updates the requirements on [measure_time](https://github.com/PSeitz/rust_measure_time) to permit the latest version. - [Release notes](https://github.com/PSeitz/rust_measure_time/releases) - [Commits](https://github.com/PSeitz/rust_measure_time/commits) --- updated-dependencies: - dependency-name: measure_time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2439b3e7f..ec6e6158a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ rayon = "1.5" lru = "0.7.0" fastdivide = "0.3" itertools = "0.10.0" -measure_time = "0.7.0" +measure_time = "0.8.0" [target.'cfg(windows)'.dependencies] winapi = "0.3.9"