Update criterion requirement from 0.4.0 to 0.5.0

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>
pull/356/head
dependabot[bot] 1 year ago committed by GitHub
parent 371f823044
commit 7242a22b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -57,7 +57,7 @@ optional = true
version = "0.23"
[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.0"
env_logger = "0.10.0"
input_buffer = "0.5.0"
net2 = "0.2.37"

Loading…
Cancel
Save