Skip to content

Commit 6924bda

Browse files
Update criterion requirement from 0.4.0 to 0.5.0
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.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df1a4cd commit 6924bda

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
@@ -14,7 +14,7 @@ regex = "1.0.5"
1414
unicase = "2.2.0"
1515

1616
[dev-dependencies]
17-
criterion = "0.4.0"
17+
criterion = "0.5.0"
1818
tempfile = "3.0.0"
1919

2020
[[bench]]

0 commit comments

Comments
 (0)