Update criterion requirement from 0.4 to 0.5 (#360)

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.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-25 15:43:43 +00:00 committed by GitHub
parent 7a8e1e20c6
commit 334447df1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ zeroize = { version = "1.5.4", default-features = false, features = ["derive"] }
proptest = { version = "1.0", optional = true }
proptest-derive = { version = "0.3", optional = true }
serde_json = { version = "1.0", optional = true }
criterion = { version = "0.4", optional = true }
criterion = { version = "0.5", optional = true }
[dev-dependencies]
curve25519-dalek = { version = "=4.0.0-rc.2", features = ["serde"] }

View File

@ -29,7 +29,7 @@ sha2 = "0.10.2"
[dev-dependencies]
bincode = "1"
criterion = "0.4"
criterion = "0.5"
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
hex = "0.4.3"

View File

@ -28,7 +28,7 @@ sha3 = "0.10.6"
[dev-dependencies]
bincode = "1"
criterion = "0.4"
criterion = "0.5"
lazy_static = "1.4"
hex = "0.4.3"
proptest = "1.0"

View File

@ -29,7 +29,7 @@ sha2 = "0.10.2"
[dev-dependencies]
bincode = "1"
criterion = "0.4"
criterion = "0.5"
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
hex = "0.4.3"

View File

@ -25,7 +25,7 @@ sha2 = "0.10.2"
[dev-dependencies]
bincode = "1"
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
lazy_static = "1.4"

View File

@ -28,7 +28,7 @@ sha2 = "0.10.2"
[dev-dependencies]
bincode = "1"
criterion = "0.4"
criterion = "0.5"
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
hex = "0.4.3"