From aced741fc77c7b490e343f20915dd6a806f76948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 04:58:37 +0000 Subject: [PATCH] Update criterion requirement from 0.4 to 0.5 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: criterion 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 36bbdf3..0a70445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ packed_simd = { version = "0.3.8", package = "packed_simd_2", optional = true } [dev-dependencies] quickcheck = "1.0" rand = "0.8" -criterion = { version = "0.4", default-features = false } +criterion = { version = "0.5", default-features = false } [[bench]] name = "bench"