From c0dd0157ad171b01be55e3546d1ef654879c5f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:46:11 +0000 Subject: [PATCH] Update criterion requirement from 0.3.0 to 0.8.2 Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.3.0...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cardano-legacy-address/Cargo.toml | 2 +- chain-crypto/Cargo.toml | 2 +- chain-impl-mockchain/Cargo.toml | 2 +- chain-storage/Cargo.toml | 2 +- chain-vote/Cargo.toml | 2 +- imhamt/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cardano-legacy-address/Cargo.toml b/cardano-legacy-address/Cargo.toml index 3f3b09a8e..239fffa14 100644 --- a/cardano-legacy-address/Cargo.toml +++ b/cardano-legacy-address/Cargo.toml @@ -19,7 +19,7 @@ cryptoxide = "0.4" cbor_event = "^2.1.3" ed25519-bip32 = "0.4.1" -criterion = { version = "0.3.0", optional = true } +criterion = { version = "0.8.2", optional = true } [features] default = [] diff --git a/chain-crypto/Cargo.toml b/chain-crypto/Cargo.toml index 040d1adce..e2fd5d383 100644 --- a/chain-crypto/Cargo.toml +++ b/chain-crypto/Cargo.toml @@ -21,7 +21,7 @@ ed25519-bip32 = "0.4.1" hex = "0.4.0" typed-bytes = { path = "../typed-bytes" } -criterion = { version = "0.3.0", optional = true } +criterion = { version = "0.8.2", optional = true } quickcheck = { version = "0.9", optional = true } proptest = { git = "https://github.com/input-output-hk/proptest.git", optional = true } test-strategy = { version = "0.1", optional = true } diff --git a/chain-impl-mockchain/Cargo.toml b/chain-impl-mockchain/Cargo.toml index 5a335e137..05958d37c 100644 --- a/chain-impl-mockchain/Cargo.toml +++ b/chain-impl-mockchain/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0" lazy_static = { version = "1.3.0", optional = true } cardano-legacy-address = { path= "../cardano-legacy-address" } rand_chacha = { version = "0.3", optional = true } -criterion = { version = "0.3.0", optional = true } +criterion = { version = "0.8.2", optional = true } rand = "0.8" cryptoxide = "0.4" diff --git a/chain-storage/Cargo.toml b/chain-storage/Cargo.toml index 7801d55b3..baaa46b22 100644 --- a/chain-storage/Cargo.toml +++ b/chain-storage/Cargo.toml @@ -13,7 +13,7 @@ sled = "0.34.0" thiserror = "1.0" data-pile = "0.6.1" -criterion = { version = "0.3.0", optional = true } +criterion = { version = "0.8.2", optional = true } rand_core = { version = "0.6", features = ["getrandom"], optional = true } tempfile = { version = "3.1.0", optional = true } diff --git a/chain-vote/Cargo.toml b/chain-vote/Cargo.toml index 92b852484..0d8f5eca8 100644 --- a/chain-vote/Cargo.toml +++ b/chain-vote/Cargo.toml @@ -17,7 +17,7 @@ const_format = "0.2" [dev-dependencies] rand_chacha = "0.3" smoke = "^0.2.1" -criterion = "0.3" +criterion = "0.8" [build-dependencies] cfg-if = "*" diff --git a/imhamt/Cargo.toml b/imhamt/Cargo.toml index 4fd924efb..0b94c9589 100644 --- a/imhamt/Cargo.toml +++ b/imhamt/Cargo.toml @@ -11,7 +11,7 @@ proptest = { git = "https://github.com/input-output-hk/proptest.git", optional = test-strategy = { version = "0.1", optional = true } [dev-dependencies] -criterion = "0.3.0" +criterion = "0.8.2" proptest = { git = "https://github.com/input-output-hk/proptest.git" } test-strategy = "0.1" trybuild = "1"