Skip to content

Commit 2f8240e

Browse files
committed
chore: switch to release version of pgwire
1 parent f79094b commit 2f8240e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/servers/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ opensrv-mysql = { git = "https://github.com/datafuselabs/opensrv", rev = "a1fb4d
8888
opentelemetry-proto.workspace = true
8989
otel-arrow-rust.workspace = true
9090
parking_lot.workspace = true
91-
#pgwire = { version = "0.30", default-features = false, features = ["server-api-ring"] }
92-
pgwire = { git = "https://github.com/sunng87/pgwire", rev = "bfd3beee1f29121cde4d83a2cd1129d35f3359d1", default-features = false, features = [
93-
"server-api-ring",
94-
] }
91+
pgwire = { version = "0.31", default-features = false, features = ["server-api-ring"] }
9592
pin-project = "1.0"
9693
pipeline.workspace = true
9794
postgres-types = { version = "0.2", features = ["with-chrono-0_4", "with-serde_json-1"] }

0 commit comments

Comments
 (0)