From 6f4a5e90e711468ed765af42bf38d037c5bdbbef Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 8 Jun 2025 11:46:27 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.72.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b84ed3..7bfbde7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index bb3f2f6..1eda32c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ libc = "0.2.144" log = { version = "0.4.27", features = ["release_max_level_info"] } [build-dependencies] -bindgen = "0.71.0" +bindgen = "0.72.0" [lib] crate-type = ["cdylib", "lib"]