diff --git a/Cargo.lock b/Cargo.lock index d531344..4b55df5 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 93f1a5e..88d8fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ links = "MLIR" license-file = "LICENSE" [build-dependencies] -bindgen = "0.71.1" +bindgen = "0.72.0"