Skip to content

Commit eadd8a4

Browse files
Update criterion requirement from 0.5 to 0.8
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.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9134004 commit eadd8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ uuid = { version = "1.1.2", optional = true }
2222

2323
[dev-dependencies]
2424
fastrand = "^2.0"
25-
criterion = "0.5"
25+
criterion = "0.8"
2626
uuid = { version = "1.1.2", features = ["v4"] }
2727

2828
# These are used for tests

0 commit comments

Comments
 (0)