From 26bb5c45fa4c03730d3063fc46bb8fd9fe1aabc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 21:23:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.70 to 0.72 in /rust Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/v0.72.1/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.70.0...v0.72.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4d0129997..96cf7f61a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,4 +30,4 @@ cargo-insta = "1.43.2" [build-dependencies] cc = "1.0" glob = "0.3" -bindgen = "0.70" +bindgen = "0.72"