chore(deps): update rust crate bindgen to 0.71.0 #201

Merged
lucas merged 1 commit from renovate/bindgen-0.x into master 2024-12-10 11:05:20 +01:00
2 changed files with 33 additions and 7 deletions

38
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -231,7 +231,27 @@ dependencies = [
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"rustc-hash 1.1.0",
"shlex",
"syn 2.0.75",
]
[[package]]
name = "bindgen"
version = "0.71.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360897d4f2fdeea5d32f6dac9287952ae5babdc2aad42ad787c9470a4a6e3fee"
dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash 2.1.0",
"shlex",
"syn 2.0.75",
]
@ -1122,7 +1142,7 @@ dependencies = [
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"rustc-hash 1.1.0",
"self_cell 0.10.3",
"smallvec",
"unic-langid",
@ -2038,7 +2058,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
name = "luajit2-sys"
version = "0.0.2"
dependencies = [
"bindgen",
"bindgen 0.70.1",
"cc",
"fs_extra",
"libc",
@ -2337,7 +2357,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
name = "oodle"
version = "0.1.0"
dependencies = [
"bindgen",
"bindgen 0.71.0",
"color-eyre",
"tracing",
]
@ -2981,6 +3001,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.0"
@ -3883,7 +3909,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
dependencies = [
"rustc-hash",
"rustc-hash 1.1.0",
]
[[package]]

View file

@ -10,4 +10,4 @@ color-eyre = { workspace = true }
tracing = { workspace = true }
[build-dependencies]
bindgen = "0.70.1"
bindgen = "0.71.0"