Skip to content

Commit

Permalink
chore(deps): update criterion-cycles-per-byte requirement
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent cd6b63a commit 73a65fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73a65fa

Please sign in to comment.