Skip to content

Commit 469c3a9

Browse files
build(deps): update criterion requirement from 0.5.1 to 0.6.0
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.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10fbf61 commit 469c3a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

firewood/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ethhash = [ "storage/ethhash" ]
4141

4242
[dev-dependencies]
4343
triehash = { version = "0.8.5", path = "../triehash" }
44-
criterion = { version = "0.5.1", features = ["async_tokio"] }
44+
criterion = { version = "0.6.0", features = ["async_tokio"] }
4545
rand = "0.9.0"
4646
rand_distr = "0.5.0"
4747
clap = { version = "4.5.0", features = ['derive'] }

grpc-testtool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde = { version = "1.0.196", features = ["derive"] }
3333
tonic-build = "0.13.0"
3434

3535
[dev-dependencies]
36-
criterion = {version = "0.5.1", features = ["async_tokio"]}
36+
criterion = {version = "0.6.0", features = ["async_tokio"]}
3737
rand = "0.9.1"
3838
rand_distr = "0.5.0"
3939

storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bytes = { version = "1.10.1", optional = true }
3333
[dev-dependencies]
3434
rand = "0.9.0"
3535
test-case = "3.3.1"
36-
criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] }
36+
criterion = { version = "0.6.0", features = ["async_tokio", "html_reports"] }
3737
pprof = { version = "0.14.0", features = ["flamegraph"] }
3838
tempfile = "3.12.0"
3939

triehash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hash-db = { version = "0.16.0", default-features = false }
1212
rlp = { version = "0.6", default-features = false }
1313

1414
[dev-dependencies]
15-
criterion = "0.5.1"
15+
criterion = "0.6.0"
1616
keccak-hasher = "0.16.0"
1717
ethereum-types = { version = "0.15.1" }
1818
tiny-keccak = { version = "2.0", features = ["keccak"] }

0 commit comments

Comments
 (0)