From 73a65fa7b4846f93c7878021db2b2b96eb1d1853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 11:09:40 +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 021c5dd..f084d8b 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.5" } [[bench]] name = "lthash16_performance"