From 618f1b235dba5ff1a554344e5e304fa2031a409e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:05:29 +0000 Subject: [PATCH] build(deps): bump pq-sys from 0.7.2 to 0.7.4 Bumps [pq-sys](https://github.com/sgrif/pq-sys) from 0.7.2 to 0.7.4. - [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.4) --- updated-dependencies: - dependency-name: pq-sys dependency-version: 0.7.4 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..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]