Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group with 1 update
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.

Updates `criterion` to 0.5.1
- [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
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 183be2a commit 4729ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bellpepper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0.44"

[dev-dependencies]
blstrs = { workspace = true }
criterion = "0.4.0"
criterion = "0.5.1"
rand_core = { workspace = true}
rand_xorshift = { workspace = true }

Expand Down

0 comments on commit 4729ed8

Please sign in to comment.