From 77fb832e6403aaec9a20835211be4c428b1c7416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:38:36 +0000 Subject: [PATCH] Update criterion requirement from 0.5 to 0.7 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.5.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.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 7b8e681e..26e7bfcc 100644 --- a/binding-generator/Cargo.toml +++ b/binding-generator/Cargo.toml @@ -24,7 +24,7 @@ shlex = { version = "1.3", default-features = false } [dev-dependencies] tempfile = { version = "3", default-features = false } # todo: MSRV, bump to 0.7 when MSRV is 1.80 -criterion = "0.5" +criterion = "0.7" [features] clang-runtime = ["clang/runtime", "clang-sys/runtime"]