diff --git a/Cargo.lock b/Cargo.lock index 068b2d267..52d03a278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,7 +311,7 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" name = "appkit-nsworkspace-bindings" version = "1.6.1" dependencies = [ - "bindgen 0.70.1", + "bindgen 0.71.1", "objc", ] @@ -1236,6 +1236,24 @@ name = "bindgen" version = "0.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" +dependencies = [ + "bitflags 2.6.0", + "cexpr", + "clang-sys", + "itertools 0.13.0", + "proc-macro2", + "quote", + "regex", + "rustc-hash 1.1.0", + "shlex", + "syn 2.0.95", +] + +[[package]] +name = "bindgen" +version = "0.71.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ "bitflags 2.6.0", "cexpr", @@ -1246,7 +1264,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash 1.1.0", + "rustc-hash 2.1.0", "shlex", "syn 2.0.95", ] diff --git a/crates/macos-utils/appkit-nsworkspace-bindings/Cargo.toml b/crates/macos-utils/appkit-nsworkspace-bindings/Cargo.toml index 6f3409ae2..5b84a1f03 100644 --- a/crates/macos-utils/appkit-nsworkspace-bindings/Cargo.toml +++ b/crates/macos-utils/appkit-nsworkspace-bindings/Cargo.toml @@ -7,7 +7,7 @@ publish.workspace = true version.workspace = true [target.'cfg(target_os = "macos")'.build-dependencies] -bindgen = "0.70.1" +bindgen = "0.71.1" [target.'cfg(target_os = "macos")'.dependencies] objc.workspace = true