Merge pull request #809 from mir-protocol/update_criterion

Update criterion
This commit is contained in:
Daniel Lubarov 2022-11-07 12:06:24 -08:00 committed by GitHub
commit 98b9f3a462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"