Update Rust crate bindgen to 0.68

This commit is contained in:
renovate[bot] 2023-09-06 21:29:19 +00:00 committed by GitHub
parent 7edc6d16ab
commit f2a407975b
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.66.1"
version = "0.68.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
dependencies = [
"bitflags 2.4.0",
"cexpr",

View file

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