Skip to content

Commit

Permalink
Update criterion requirement from 0.4.0 to 0.5.1 (#278)
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.1)

---
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>
Co-authored-by: Mat R <[email protected]>
Co-authored-by: Chengyu Lin <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2023
1 parent 12be8f2 commit f6866c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ ark-ed-on-bls12-377 = "0.4.0"
ark-ed-on-bls12-381-bandersnatch = "0.4.0"
ark-ed-on-bn254 = "0.4.0"
bincode = "1.3"
criterion = "0.4.0"
criterion = "0.5.1"
hashbrown = "0.13.1"
sha2 = { version = "0.10.1" }

[[bench]]
Expand Down

0 comments on commit f6866c5

Please sign in to comment.