From dbb2bcc119259352895f5cdfa048a538684fdc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:23:26 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 2 updates Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) and [clap_lex](https://github.com/clap-rs/clap) to permit the latest version. Updates `criterion` to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.1...criterion-v0.8.2) Updates `clap_lex` to 1.1.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_lex-v1.0.1...clap_lex-v1.1.0) --- updated-dependencies: - dependency-name: clap_lex dependency-version: 1.1.0 dependency-type: direct:production dependency-group: all - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e398e87..d602c19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,13 +32,13 @@ foldhash = { version = "0.2", default-features = false } [dev-dependencies] rand = { version = "0.9.3" } -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.8.2", features = ["html_reports"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.81" } # Transitive dependency pins: clap = { version = "4.5.61" } # blame: criterion v0.5.1 clap_builder = { version = "4.5.61" } # blame: criterion v0.5.1 -clap_lex = { version = "=1.0.1" } # blame: criterion v0.5.1 +clap_lex = { version = "=1.1.0" } # blame: criterion v0.5.1 crossbeam-epoch = { version = "0.9.20" } # blame: criterion v0.5.1 (RUSTSEC-2026-0204) regex = { version = "1.10.0" } # blame: criterion v0.5.1 bumpalo = { version = "3.11.1" } # blame: criterion v0.5.1 (RUSTSEC-2022-0078)