Skip to content

Commit f7b4d4a

Browse files
update: update criterion requirement from 0.5.1 to 0.8.1 (#53)
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9f8997 commit f7b4d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = { version = "1.0.58", optional = true }
2424

2525
[dev-dependencies]
2626
codspeed-criterion-compat = "2.4"
27-
criterion = "0.5.1"
27+
criterion = "0.8.1"
2828
hex-literal = "1.1.0"
2929
pretty_assertions_sorted = "1.2.3"
3030

0 commit comments

Comments
 (0)