Merge pull request 'chore(deps): update rust crate bindgen to 0.72.0' (#258) from renovate/bindgen-0.x into master
All checks were successful
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc

Reviewed-on: #258
This commit is contained in:
Lucas Schwiderski 2025-06-11 11:29:41 +02:00
commit 55c4dd8369
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -249,9 +249,9 @@ dependencies = [
[[package]] [[package]]
name = "bindgen" name = "bindgen"
version = "0.71.1" version = "0.72.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f"
dependencies = [ dependencies = [
"bitflags 2.9.1", "bitflags 2.9.1",
"cexpr", "cexpr",
@ -2184,7 +2184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.48.5", "windows-targets 0.52.6",
] ]
[[package]] [[package]]
@ -2546,7 +2546,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
name = "oodle" name = "oodle"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bindgen 0.71.1", "bindgen 0.72.0",
"color-eyre", "color-eyre",
"tracing", "tracing",
] ]
@ -4581,7 +4581,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.48.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]

View file

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