Skip to content

Commit

Permalink
Update criterion requirement from 0.4 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.4.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] authored Mar 1, 2024
1 parent c523748 commit c30156e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-ketama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["hash", "hashing", "consistent", "pingora"]
crc32fast = "1.3"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
csv = "1.2"
dhat = "0.3"
env_logger = "0.9"
Expand Down

0 comments on commit c30156e

Please sign in to comment.