Update Rust crate pkg-config to 0.3.29

This commit is contained in:
renovate[bot] 2024-01-17 17:22:45 +00:00 committed by GitHub
parent 863afbbe23
commit f6eade6c02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
emulator/Cargo.lock generated
View file

@ -459,9 +459,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pkg-config"
version = "0.3.28"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
[[package]]
name = "png"

View file

@ -16,5 +16,5 @@ exclude = [
[build-dependencies]
bindgen = "0.69"
pkg-config = "0.3.28"
pkg-config = "0.3.29"
cmake = "0.1"