Skip to content

Commit

Permalink
Update criterion requirement from 0.4 to 0.5 (#325)
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.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2023
1 parent a883737 commit c73eb96
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 @@ -50,7 +50,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
[dev-dependencies]
bincode = "1"
chacha20poly1305 = "0.10"
criterion = "0.4"
criterion = "0.5"
hex = "0.4"
json = "0.12"
p256 = { version = "0.13", default-features = false, features = [
Expand Down

0 comments on commit c73eb96

Please sign in to comment.