Skip to content

Commit

Permalink
Update criterion requirement from 0.4.0 to 0.5.1 (#99)
Browse files Browse the repository at this point in the history
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](bheisler/criterion.rs@0.4.0...0.5.1)

---
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>
  • Loading branch information
dependabot[bot] authored Jun 2, 2023
1 parent f5ccdce commit a14fb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default = ["openssl"]
pure = ["aes-gcm", "typenum"]

[dev-dependencies]
criterion = {version = "0.4.0", default-features = false}
criterion = {version = "0.5.1", default-features = false}
hex = "0.4.3"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
Expand Down

0 comments on commit a14fb32

Please sign in to comment.