diff --git a/Cargo.lock b/Cargo.lock index 5297550..c53a2d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2621,9 +2621,9 @@ dependencies = [ [[package]] name = "pgwire" -version = "0.36.2" +version = "0.36.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "887807530adef42252ee678ee8721d221e812628f681cfe7af09d58cc9ce2876" +checksum = "70a2bcdcc4b20a88e0648778ecf00415bbd5b447742275439c22176835056f99" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3f61563..f7c11cc 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.2", default-features = false } +pgwire = { version = "0.36.3", default-features = false } postgres-types = "0.2" rust_decimal = { version = "1.39", features = ["db-postgres"] } tokio = { version = "1", default-features = false }