From 88739d4374dd05f65760c9e096e15d74c63cb74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:10:17 +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] --- binding-generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding-generator/Cargo.toml b/binding-generator/Cargo.toml index 680eed94..626b45e6 100644 --- a/binding-generator/Cargo.toml +++ b/binding-generator/Cargo.toml @@ -22,7 +22,7 @@ shlex = { version = "1.3", default-features = false } [dev-dependencies] tempfile = { version = "3", default-features = false } -criterion = "0.7" +criterion = "0.8" [features] clang-runtime = ["clang/runtime", "clang-sys/runtime"]