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 797ea87 commit 384f75aCopy full SHA for 384f75a
arrow-pg/Cargo.toml
@@ -23,6 +23,6 @@ bytes.workspace = true
23
chrono.workspace = true
24
datafusion = { workspace = true, optional = true }
25
futures.workspace = true
26
-pgwire = { workspace = true, features = ["server-api"] }
+pgwire = { version = ">=0.32", default-features = false, features = ["server-api"] }
27
postgres-types.workspace = true
28
rust_decimal.workspace = true
0 commit comments