Skip to content

Commit 1e93f56

Browse files
build(deps): update criterion requirement from 0.5 to 0.6 (#1280)
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.5.0...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdd03fc commit 1e93f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prost-build = { path = "../prost-build" }
1111

1212
[dev-dependencies]
1313
prost = { path = "../prost" }
14-
criterion = { version = "0.5", default-features = false }
14+
criterion = { version = "0.6", default-features = false }
1515

1616
[lib]
1717
# https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options

prost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bytes = { version = "1", default-features = false }
2626
prost-derive = { version = "0.13.5", path = "../prost-derive", optional = true }
2727

2828
[dev-dependencies]
29-
criterion = { version = "0.5", default-features = false }
29+
criterion = { version = "0.6", default-features = false }
3030
proptest = "1"
3131
rand = "0.9"
3232

0 commit comments

Comments
 (0)