diff --git a/Cargo.lock b/Cargo.lock index f1168906765..2427f4d1c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4020,11 +4020,12 @@ dependencies = [ [[package]] name = "pq-sys" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfd6cf44cca8f9624bc19df234fc4112873432f5fda1caff174527846d026fa9" +checksum = "089d5dc8f44104b719912ad4478fd558b59a431ce19ef9101f637be8c656b90a" dependencies = [ "libc", + "pkg-config", "pq-src", "vcpkg", ] diff --git a/gnd/Cargo.toml b/gnd/Cargo.toml index 80966f9bfa4..72d6074ca1b 100644 --- a/gnd/Cargo.toml +++ b/gnd/Cargo.toml @@ -25,7 +25,7 @@ serde = { workspace = true } # File watching notify = "8.2.0" globset = "0.4.16" -pq-sys = { version = "0.7.2", features = ["bundled"] } +pq-sys = { version = "0.7.4", features = ["bundled"] } openssl-sys = { version = "0.9.100", features = ["vendored"] } [target.'cfg(unix)'.dependencies]