Skip to content

Commit

Permalink
chore(deps): 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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cljoly committed Jun 18, 2023
1 parent 7db47b3 commit 75bba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusqlite_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env_logger = "0.10"
anyhow = "1"
lazy_static = "1.4.0"
mktemp = "0.5"
criterion = { version = "0.4", features = [
criterion = { version = "0.5", features = [
"html_reports",
"cargo_bench_support",
] }
Expand Down

0 comments on commit 75bba02

Please sign in to comment.