Skip to content

Commit

Permalink
chore(deps): update criterion requirement from 0.3 to 0.4 (#79)
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.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.0...0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2022
1 parent 2abc271 commit ac023bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -47,7 +47,7 @@ features = ["serde"]
version = "0.1.3"

[dev-dependencies]
criterion = "0.3"
criterion = "0.4"
assert-json-diff = "2.0.1"
pretty_assertions = "1.0.0"
textwrap = "0.15.0"
Expand Down

0 comments on commit ac023bd

Please sign in to comment.