Skip to content

Commit c35ce73

Browse files
dependabot[bot]chifflier
authored andcommitted
Update criterion requirement from 0.5 to 0.7 in the crates-io group
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Updates `criterion` to 0.7.0 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production dependency-group: crates-io ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a69e56 commit c35ce73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ nom = "8.0"
5151
rusticata-macros = "5.0"
5252

5353
[dev-dependencies]
54-
criterion = { version="0.5", features=["html_reports"] }
54+
criterion = { version="0.7", features=["html_reports"] }
5555
hex-literal = "1.0"
5656
pprof = { version="0.15", features=["criterion","flamegraph"] }
5757

0 commit comments

Comments
 (0)