Update criterion requirement from 0.4 to 0.5 (#325)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
a88373722e
commit
c73eb963db
+1
-1
@@ -50,7 +50,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
|
||||
[dev-dependencies]
|
||||
bincode = "1"
|
||||
chacha20poly1305 = "0.10"
|
||||
criterion = "0.4"
|
||||
criterion = "0.5"
|
||||
hex = "0.4"
|
||||
json = "0.12"
|
||||
p256 = { version = "0.13", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user