diff --git a/Cargo.lock b/Cargo.lock index 281d8de..a6c3a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "powerfmt" diff --git a/crates/fontconfig-sys/Cargo.toml b/crates/fontconfig-sys/Cargo.toml index 1d3205f..202e0b0 100644 --- a/crates/fontconfig-sys/Cargo.toml +++ b/crates/fontconfig-sys/Cargo.toml @@ -12,4 +12,4 @@ libc = "=0.2.152" [build-dependencies] bindgen = "=0.69.2" -pkg-config = "=0.3.29" +pkg-config = "=0.3.30" diff --git a/crates/freetype-sys/Cargo.toml b/crates/freetype-sys/Cargo.toml index efce5ba..75899e8 100644 --- a/crates/freetype-sys/Cargo.toml +++ b/crates/freetype-sys/Cargo.toml @@ -11,4 +11,4 @@ libc = "=0.2.152" [build-dependencies] bindgen = "=0.69.2" -pkg-config = "=0.3.29" +pkg-config = "=0.3.30"