mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 18:23:09 +00:00
Update criterion requirement from 0.4.0 to 0.5.1
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] <support@github.com>
This commit is contained in:
parent
1f561771ae
commit
b0c5ddc070
@ -42,7 +42,7 @@ serde_json = "1.0"
|
||||
jemallocator = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
criterion = "0.5.1"
|
||||
hex = "0.4.3"
|
||||
ripemd = "0.1.3"
|
||||
sha2 = "0.10.6"
|
||||
|
||||
@ -39,7 +39,7 @@ unroll = { version = "0.1.5", default-features = false }
|
||||
getrandom = { version = "0.2", default-features = false, features = ["js"] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.4.0", default-features = false }
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
env_logger = { version = "0.9.0", default-features = false }
|
||||
num_cpus = { version = "1.14.0", default-features = false }
|
||||
rand = { version = "0.8.4", default-features = false, features = ["getrandom"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user