Update Rust crate pkg-config to 0.3.30

This commit is contained in:
renovate[bot] 2024-02-14 11:01:49 +00:00 committed by GitHub
parent f3734f43c9
commit 7e7b5f6a18
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

@ -440,9 +440,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]] [[package]]
name = "pkg-config" name = "pkg-config"
version = "0.3.29" version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]] [[package]]
name = "png" name = "png"

View file

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