From b1e6c6edce02297416e043a8160be836f893f7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 08:09:18 +0200 Subject: [PATCH] Update Rust crate criterion to 0.6.0 (#18179) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 9 +++------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a1619c580..79fa4c4988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,23 +575,20 @@ dependencies = [ [[package]] name = "criterion" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" +checksum = "3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679" dependencies = [ "anes", "cast", "ciborium", "clap", "criterion-plot", - "is-terminal", - "itertools 0.10.5", + "itertools 0.13.0", "num-traits", - "once_cell", "oorandom", "regex", "serde", - "serde_derive", "serde_json", "tinytemplate", "walkdir", diff --git a/Cargo.toml b/Cargo.toml index 285bbd7bf8..15b74aba25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ console_error_panic_hook = { version = "0.1.7" } console_log = { version = "1.0.0" } countme = { version = "3.0.1" } compact_str = "0.9.0" -criterion = { version = "0.5.1", default-features = false } +criterion = { version = "0.6.0", default-features = false } crossbeam = { version = "0.8.4" } dashmap = { version = "6.0.1" } dir-test = { version = "0.4.0" }