From 634f5bb46765f1cae080e7adbd478d0edb5aa563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:10:19 +0000 Subject: [PATCH] Update criterion requirement from 0.7 to 0.8 Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [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/criterion-plot-v0.7.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bluejay-parser/Cargo.toml | 2 +- bluejay-validator/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bluejay-parser/Cargo.toml b/bluejay-parser/Cargo.toml index 95dbb70..633890e 100644 --- a/bluejay-parser/Cargo.toml +++ b/bluejay-parser/Cargo.toml @@ -19,7 +19,7 @@ strum = { version = "0.27", features = ["derive"] } itertools = "0.14.0" [dev-dependencies] -criterion = "0.7" +criterion = "0.8" insta = { version = "1.28", features = ["glob"] } self_cell = "1.0.3" diff --git a/bluejay-validator/Cargo.toml b/bluejay-validator/Cargo.toml index 320cc83..71d3195 100644 --- a/bluejay-validator/Cargo.toml +++ b/bluejay-validator/Cargo.toml @@ -19,7 +19,7 @@ seq-macro = "0.3.5" [dev-dependencies] bluejay-core = { workspace = true, features = ["serde_json"] } -criterion = "0.7" +criterion = "0.8" insta = { version = "1.28", features = ["glob"] } once_cell = "1.17" serde_json = { version = "1.0" }