diff --git a/Cargo.lock b/Cargo.lock index 36c55ad..a06f339 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", "syn 2.0.90", "which", @@ -458,9 +458,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.70.1" +version = "0.71.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" +checksum = "360897d4f2fdeea5d32f6dac9287952ae5babdc2aad42ad787c9470a4a6e3fee" dependencies = [ "bitflags 2.6.0", "cexpr", @@ -471,7 +471,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 2.1.0", "shlex", "syn 2.0.90", ] @@ -1247,7 +1247,7 @@ checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" name = "ff" version = "0.1.2" dependencies = [ - "bindgen 0.70.1", + "bindgen 0.71.0", "cc", "time", ] @@ -2788,7 +2788,7 @@ dependencies = [ name = "ntfs3g" version = "0.1.1" dependencies = [ - "bindgen 0.70.1", + "bindgen 0.71.0", "cc", "libc", ] @@ -3750,6 +3750,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" + [[package]] name = "rustc_version" version = "0.4.1" diff --git a/ff/Cargo.toml b/ff/Cargo.toml index 91b1471..531bd47 100644 --- a/ff/Cargo.toml +++ b/ff/Cargo.toml @@ -8,5 +8,5 @@ license = "GPL-3.0" time = "0.3" [build-dependencies] -bindgen = "0.70" +bindgen = "0.71" cc = "1.2" diff --git a/ntfs3g/Cargo.toml b/ntfs3g/Cargo.toml index 4d20c32..f0541c4 100644 --- a/ntfs3g/Cargo.toml +++ b/ntfs3g/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "GPL-3.0" [build-dependencies] -bindgen = "0.70" +bindgen = "0.71" cc = "1.2" [dependencies]