Update criterion

This commit is contained in:
Daniel Lubarov 2022-11-07 11:28:24 -08:00
parent ce21d134a5
commit 3dcc0c257e
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ sha2 = "0.10.2"
tiny-keccak = "2.0.2"
[dev-dependencies]
criterion = "0.3.5"
criterion = "0.4.0"
hex = "0.4.3"
[features]

View File

@ -37,7 +37,7 @@ static_assertions = "1.1.0"
[dev-dependencies]
rand = "0.8.4"
rand_chacha = "0.3.1"
criterion = "0.3.5"
criterion = "0.4.0"
env_logger = "0.9.0"
tynm = "0.1.6"
structopt = "0.3.26"

View File

@ -16,7 +16,7 @@ rand = "0.8.4"
rand_chacha = "0.3.1"
[dev-dependencies]
criterion = "0.3.5"
criterion = "0.4.0"
[[bench]]
name = "lookup_permuted_cols"