Skip to content

Commit fc591fd

Browse files
build(deps): update criterion requirement from 0.3 to 0.4 (#459)
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e38ac6b commit fc591fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ thiserror = "^1.0"
3939
procfs = { version = "^0.14", optional = true, default-features = false }
4040

4141
[dev-dependencies]
42-
criterion = "0.3"
42+
criterion = "0.4"
4343
getopts = "^0.2"
4444
hyper = { version = "^0.14", features = ["server", "http1", "tcp"] }
4545
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }

static-metric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quote = "1.0"
1919
lazy_static = "1.4"
2020

2121
[dev-dependencies]
22-
criterion = "0.3"
22+
criterion = "0.4"
2323
prometheus = { path = "../" }
2424

2525
[features]

0 commit comments

Comments
 (0)