Skip to content

Commit

Permalink
Update criterion requirement from 0.3 to 0.5
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.3.0...0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 24, 2023
1 parent 4c13037 commit e63a711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parser = ["bitflags"]
bitflags = { version = "2.2.1", optional = true }

[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
libc = "0.2.66"

[[bench]]
Expand Down

0 comments on commit e63a711

Please sign in to comment.