From e66cb86ee4eb30bc822c7db2dd69417d294a425d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:28:08 +0000 Subject: [PATCH] chore(deps): bump pgwire from 0.36.1 to 0.36.2 Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.36.1 to 0.36.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.36.1...v0.36.2) --- updated-dependencies: - dependency-name: pgwire dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b26eaba..0ae1602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2621,9 +2621,9 @@ dependencies = [ [[package]] name = "pgwire" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d331bb0eef5bc83a221c0a85b1f205bccf094d4f72a26ae1d68a1b1c535123b7" +checksum = "887807530adef42252ee678ee8721d221e812628f681cfe7af09d58cc9ce2876" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index f0d775d..3f61563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bytes = "1.11.0" chrono = { version = "0.4", features = ["std"] } datafusion = { version = "51", default-features = false } futures = "0.3" -pgwire = { version = "0.36.1", default-features = false } +pgwire = { version = "0.36.2", default-features = false } postgres-types = "0.2" rust_decimal = { version = "1.39", features = ["db-postgres"] } tokio = { version = "1", default-features = false }