Skip to content

Commit

Permalink
Update criterion requirement from 0.4 to 0.5 (#79)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tison <wander4096@gmail.com>
  • Loading branch information
dependabot[bot] and tisonkun authored Aug 14, 2023
1 parent 5572a78 commit 793be4d
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 @@ -24,7 +24,7 @@ rand = "0.8"
failpoints = ["fail/failpoints"]

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
tokio = { version = "1.0", features = ["sync", "rt-multi-thread"] }
async-std = "1.0"
threadpool = "1.0"
Expand Down

0 comments on commit 793be4d

Please sign in to comment.