From bc65fc589c7b30d80ae1b82576f5b4f538c8771a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 02:10:47 +0000 Subject: [PATCH] chore(deps): bump pgwire from 0.34.2 to 0.35.0 Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.34.2 to 0.35.0. - [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.34.2...v0.35.0) --- updated-dependencies: - dependency-name: pgwire dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf7d015..666d0f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2728,9 +2728,9 @@ dependencies = [ [[package]] name = "pgwire" -version = "0.34.2" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f56a81b4fcc69016028f657a68f9b8e8a2a4b7d07684ca3298f2d3e7ff199ce" +checksum = "8af67f4c689d97c91fb95132942f1e05eadc765448e9ffcc16e792783286d99d" dependencies = [ "async-trait", "base64", @@ -2746,6 +2746,7 @@ dependencies = [ "ring", "rust_decimal", "rustls-pki-types", + "ryu", "serde", "serde_json", "stringprep", diff --git a/Cargo.toml b/Cargo.toml index 10f37d2..ca07b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bytes = "1.10.1" chrono = { version = "0.4", features = ["std"] } datafusion = { version = "50", default-features = false } futures = "0.3" -pgwire = { version = "0.34", default-features = false } +pgwire = { version = "0.35", default-features = false } postgres-types = "0.2" rust_decimal = { version = "1.39", features = ["db-postgres"] } tokio = { version = "1", default-features = false }