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 May 24, 2023
1 parent 888cc74 commit 18909c9
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 @@ -36,7 +36,7 @@ rust-embed = { version = "6.3.0", optional = true, features = ["include-exclude"
env_logger = "0.10"
serde_derive = "1.0.75"
tempfile = "3.0.0"
criterion = "0.4"
criterion = "0.5"
tiny_http = "0.12"
time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]}

Expand Down

0 comments on commit 18909c9

Please sign in to comment.