From 2361a799dfa660be174edf9dba0901726b264b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:27:03 +0000 Subject: [PATCH] chore(deps): bump pgwire from 0.37.0 to 0.37.2 Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.37.0 to 0.37.2. - [Release notes](https://github.com/sunng87/pgwire/releases) - [Changelog](https://github.com/sunng87/pgwire/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/pgwire/compare/v0.37.0...v0.37.2) --- updated-dependencies: - dependency-name: pgwire dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a6c514..29e1af5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1725,11 +1725,22 @@ version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" +[[package]] +name = "pg_interval_2" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a055f44628dcf9c4e68f931535dabd3544a239655fdde25a3b0e95d4b36e9260" +dependencies = [ + "bytes", + "chrono", + "postgres-types", +] + [[package]] name = "pgwire" -version = "0.37.0" +version = "0.37.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d86d57e732d40382ceb9bfea80901d839bae8571aa11c06af9177aed9dfb6c" +checksum = "6fcd410bc6990bd8d20b3fe3cd879a3c3ec250bdb1cb12537b528818823b02c9" dependencies = [ "async-trait", "aws-lc-rs", @@ -1741,6 +1752,7 @@ dependencies = [ "hex", "lazy-regex", "md5", + "pg_interval_2", "postgres-types", "rand 0.9.2", "rust_decimal", @@ -1964,7 +1976,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -2351,7 +2363,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4781557..eab271c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -pgwire = "0.37.0" +pgwire = "0.37.3" sqlparser = "0.60.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"