Skip to content

Commit 3af3215

Browse files
build(deps): update criterion requirement from 0.4 to 0.5
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e6d9fb commit 3af3215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ log = "^0.4"
2828

2929
[dev-dependencies]
3030
tempfile = "^3.1"
31-
criterion = "0.4"
31+
criterion = "0.5"
3232
fxhash = "0.2.1"
3333
lazy_static = "1.2"
3434
quickcheck = "1.0"

0 commit comments

Comments
 (0)