Skip to content

Commit

Permalink
Update criterion requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2022
1 parent e19279f commit f2e74b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zeroize = { version = "1", default-features = false, features = ["zeroize_derive

[dev-dependencies]
bincode = "1"
criterion = "0.3"
criterion = "0.4"
proptest-derive = "0.3"
lazy_static = "1.4"
proptest = "1.0"
Expand Down

0 comments on commit f2e74b8

Please sign in to comment.