Skip to content

Commit

Permalink
Update criterion requirement from 0.3 to 0.4 (#163)
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 Sep 20, 2022
1 parent 66a3d57 commit a280c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -37,15 +37,15 @@ inferno = { version = "0.11", default-features = false, features = ["nameattr"],
prost = { version = "0.10", optional = true }
prost-derive = { version = "0.10", optional = true }
protobuf = { version = "2.0", optional = true }
criterion = {version = "0.3", optional = true}
criterion = {version = "0.4", optional = true}

[dependencies.symbolic-demangle]
version = "9.0"
default-features = false
features = ["rust"]

[dev-dependencies]
criterion = "0.3"
criterion = "0.4"
rand = "0.8.0"

[build-dependencies]
Expand Down

0 comments on commit a280c9e

Please sign in to comment.