From 1dc20a94a657a53f2efb8ed21f42eb38c0a79402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 13:47:18 +0000 Subject: [PATCH] build(deps): update criterion requirement from 0.4 to 0.5 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](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prost/Cargo.toml | 2 +- protobuf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prost/Cargo.toml b/prost/Cargo.toml index ee6a90206..2f9ae1ca0 100644 --- a/prost/Cargo.toml +++ b/prost/Cargo.toml @@ -33,7 +33,7 @@ bytes = { version = "1", default-features = false } prost-derive = { version = "0.12.6", path = "../prost-derive", optional = true } [dev-dependencies] -criterion = { version = "0.4", default-features = false } +criterion = { version = "0.5", default-features = false } proptest = "1" rand = "0.8" diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index 7417f0ccc..3a05b8996 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -25,7 +25,7 @@ tempfile = "3" libz-sys = { version = "1.1, < 1.1.7", optional = true } [dev-dependencies] -criterion = { version = "0.4", default-features = false } +criterion = { version = "0.5", default-features = false } [lib] # https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options