Skip to content

Commit

Permalink
Update criterion requirement from 0.3.5 to 0.5.1
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.5...0.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2023
1 parent bfddac4 commit 24592b9
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 @@ -26,7 +26,7 @@ futures = "0.3.21"
futures-await-test = "0.3.0"
futures-timer = "3.0.2"
async-std = { version = "1.10.0", features = ["attributes"] }
criterion = { version = "0.3.5", features = ["html_reports", "async_futures"] }
criterion = { version = "0.5.1", features = ["html_reports", "async_futures"] }

[[bench]]
name = "my_benchmark"
Expand Down

0 comments on commit 24592b9

Please sign in to comment.