Skip to content

Commit

Permalink
build(deps): update criterion requirement from 0.4 to 0.5
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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent 6e81890 commit 5d12f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -39,7 +39,7 @@ thiserror = "^1.0"
procfs = { version = "^0.14", optional = true, default-features = false }

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
getopts = "^0.2"
hyper = { version = "^0.14", features = ["server", "http1", "tcp"] }
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion static-metric/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ quote = "1.0"
lazy_static = "1.4"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
prometheus = { path = "../" }

[features]
Expand Down

0 comments on commit 5d12f60

Please sign in to comment.