diff --git a/Cargo.lock b/Cargo.lock index f1168906765..3355108528f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4020,11 +4020,12 @@ dependencies = [ [[package]] name = "pq-sys" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfd6cf44cca8f9624bc19df234fc4112873432f5fda1caff174527846d026fa9" +checksum = "412a4cb9e93795c0594dab7c1c4ec1c8b42b514e1baf6e9f63d14aa376e5bd04" dependencies = [ "libc", + "pkg-config", "pq-src", "vcpkg", ] diff --git a/gnd/Cargo.toml b/gnd/Cargo.toml index 80966f9bfa4..69cbaa3bf97 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.3", features = ["bundled"] } openssl-sys = { version = "0.9.100", features = ["vendored"] } [target.'cfg(unix)'.dependencies]