From 74af2a25d987c8765f9d46d14a2a863d92dc17d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:07:57 +0000 Subject: [PATCH] Update criterion requirement from =0.3.3 to =0.5.1 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](https://github.com/bheisler/criterion.rs/compare/0.3.3...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metrics-tracing-context/Cargo.toml | 2 +- metrics-util/Cargo.toml | 2 +- metrics/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metrics-tracing-context/Cargo.toml b/metrics-tracing-context/Cargo.toml index 0a692f7f..d986e199 100644 --- a/metrics-tracing-context/Cargo.toml +++ b/metrics-tracing-context/Cargo.toml @@ -38,7 +38,7 @@ tracing-core = { version = "0.1.21", default-features = false } tracing-subscriber = { version = "0.3.1", default-features = false, features = ["std"] } [dev-dependencies] -criterion = { version = "=0.3.3", default-features = false } +criterion = { version = "=0.5.1", default-features = false } parking_lot = { version = "0.12.1", default-features = false } tracing = { version = "0.1.29", default-features = false, features = ["std"] } tracing-subscriber = { version = "0.3.1", default-features = false, features = ["registry"] } diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 50eef3b4..843d1f6a 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -62,7 +62,7 @@ hashbrown = { version = "0.13", default-features = false, optional = true, featu [dev-dependencies] approx = "0.5" -criterion = { version = "=0.3.3", default-features = false } +criterion = { version = "=0.5.1", default-features = false } rand = { version = "0.8", features = ["small_rng"] } rand_distr = "0.4" getopts = "0.2" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 88a07108..5ed1e1c1 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -32,6 +32,6 @@ portable-atomic = { version = "1", default-features = false, features = ["fallba [dev-dependencies] log = "0.4" -criterion = { version = "=0.3.3", default-features = false } +criterion = { version = "=0.5.1", default-features = false } rand = "0.8" trybuild = "1"