Skip to content

Commit 2a5cc80

Browse files
Update criterion requirement from 0.6 to 0.7 (#32)
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.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a83cbf commit 2a5cc80

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
@@ -23,7 +23,7 @@ futures-sink = { version = "0.3", optional = true }
2323

2424
[dev-dependencies]
2525
tokio = { version = "1.46", features = ["macros", "rt-multi-thread"] }
26-
criterion = { version = "0.6", features = ["html_reports", "async_tokio"] }
26+
criterion = { version = "0.7", features = ["html_reports", "async_tokio"] }
2727

2828
[dev-dependencies.doc-comment]
2929
version = "0.3"

0 commit comments

Comments
 (0)