diff --git a/Cargo.lock b/Cargo.lock index 70602b46a..4032b2060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ "bitflags 2.11.0", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index 68c5325c4..5849c3642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ smallvec = "1.13" # Build dependencies cbindgen = "0.27" which = "7.0" -bindgen = "0.71" +bindgen = "0.72" pkg-config = "0.3" # OS pipe