Update Rust crate pkg-config to 0.3.28

This commit is contained in:
renovate[bot] 2023-12-20 17:08:43 +00:00 committed by GitHub
parent 90952b3de5
commit d8c19d81dc
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

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

View file

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