diff --git a/Cargo.lock b/Cargo.lock index a571545..49fdb20 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 bd898ab..aea88a1 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"]