From 87ac8dd48b4a3f630b931cd133250e6414b18587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 04:03:21 +0000 Subject: [PATCH] build(deps): update criterion requirement from 0.3 to 0.4 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](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- static-metric/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9c6d93df..dfd76080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ thiserror = "^1.0" procfs = { version = "^0.9", optional = true, default-features = false } [dev-dependencies] -criterion = "0.3" +criterion = "0.4" getopts = "^0.2" hyper = { version = "^0.14", features = ["server", "http1", "tcp"] } tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] } diff --git a/static-metric/Cargo.toml b/static-metric/Cargo.toml index ab58bdaf..90bfbcef 100644 --- a/static-metric/Cargo.toml +++ b/static-metric/Cargo.toml @@ -18,7 +18,7 @@ quote = "1.0" lazy_static = "1.4" [dev-dependencies] -criterion = "0.3" +criterion = "0.4" prometheus = { version = "0.11.0", path = "../" } [features]