From cc23158a995ae30e5fd0631919619179f9a168bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:39:18 +0000 Subject: [PATCH] chore(deps): update criterion-cycles-per-byte requirement Updates the requirements on [criterion-cycles-per-byte](https://github.com/wainwrightmark/criterion-cycles-per-byte) to permit the latest version. - [Changelog](https://github.com/wainwrightmark/criterion-cycles-per-byte/blob/master/CHANGELOG.md) - [Commits](https://github.com/wainwrightmark/criterion-cycles-per-byte/commits) --- updated-dependencies: - dependency-name: criterion-cycles-per-byte 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 d57a0c0..f574b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ criterion = { version = "0.4", features = ["html_reports"] } cfg-if = "1.0.0" [target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dev-dependencies] -criterion-cycles-per-byte = { version = "0.4" } +criterion-cycles-per-byte = { version = "0.6" } [[bench]] name = "lthash16_performance"