From 1143cb0da733a849e3995e7e231b072e31e2a829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:47:01 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.70 to 0.72 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33e2897..6dd9ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ thiserror = "1.0" schemars = "1.2" [build-dependencies] -bindgen = "0.70" +bindgen = "0.72" cc = "1.0" [dev-dependencies]