We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384f75a commit 3d2ae2eCopy full SHA for 3d2ae2e
Cargo.toml
@@ -19,7 +19,7 @@ bytes = "1.10.1"
19
chrono = { version = "0.4", features = ["std"] }
20
datafusion = { version = "49", default-features = false }
21
futures = "0.3"
22
-pgwire = { version = "0.31", default-features = false }
+pgwire = { version = "0.32", default-features = false }
23
postgres-types = "0.2"
24
rust_decimal = { version = "1.37", features = ["db-postgres"] }
25
tokio = { version = "1", default-features = false }
0 commit comments