diff --git a/Cargo.lock b/Cargo.lock index df85713..568c679 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[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", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index 27053f1..bdf5538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ include = [ libc = "0.2.172" [build-dependencies] -bindgen = "0.71.1" +bindgen = "0.72.1" cc = "1.2.25" cmake = "0.1.54" pkg-config = "0.3.32"