Skip to content

Commit 384f75a

Browse files
committed
refactor: update version requirement for pgwire in arrow-pg
1 parent 797ea87 commit 384f75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ bytes.workspace = true
2323
chrono.workspace = true
2424
datafusion = { workspace = true, optional = true }
2525
futures.workspace = true
26-
pgwire = { workspace = true, features = ["server-api"] }
26+
pgwire = { version = ">=0.32", default-features = false, features = ["server-api"] }
2727
postgres-types.workspace = true
2828
rust_decimal.workspace = true

0 commit comments

Comments
 (0)