Update Rust crate bindgen to 0.69

This commit is contained in:
renovate[bot] 2023-11-01 19:22:02 +00:00 committed by GitHub
parent 7c6eaf324b
commit f793ea4f01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
emulator/Cargo.lock generated
View file

@ -88,9 +88,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bindgen"
version = "0.68.1"
version = "0.69.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
checksum = "042e2e131c066e496ea7880ef6cfeec415a9adc79fc882a65979394f8840bf7c"
dependencies = [
"bitflags 2.4.1",
"cexpr",

View file

@ -15,6 +15,6 @@ exclude = [
[build-dependencies]
bindgen = "0.68"
bindgen = "0.69"
pkg-config = "0.3.27"
cmake = "0.1"