diff --git a/Cargo.lock b/Cargo.lock index 9aaf270..1ce6bed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.71.0" +version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360897d4f2fdeea5d32f6dac9287952ae5babdc2aad42ad787c9470a4a6e3fee" +checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index c786fd2..ccf6793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ links = "MLIR" license-file = "LICENSE" [build-dependencies] -bindgen = "0.71.0" +bindgen = "0.71.1"