Skip to content

Commit 4fb0d6b

Browse files
Update criterion requirement from 0.6 to 0.7
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.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa8035f commit 4fb0d6b

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
@@ -46,7 +46,7 @@ rand_chacha = "0.3"
4646
sha2 = "0.10"
4747

4848
[dev-dependencies]
49-
criterion = "0.6"
49+
criterion = "0.7"
5050
proptest = "1"
5151
serde_json = "1"
5252

0 commit comments

Comments
 (0)