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 }