From de9fb7c40e234b833532eab6200ec7d68c1502d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:05:17 +0000 Subject: [PATCH] build(deps): bump pq-sys from 0.7.2 to 0.7.3 Bumps [pq-sys](https://github.com/sgrif/pq-sys) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/sgrif/pq-sys/releases) - [Changelog](https://github.com/sgrif/pq-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/sgrif/pq-sys/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: pq-sys dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- gnd/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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]