Skip to content

Commit

Permalink
fix: update pgwire for potential issue with connection establish (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Sep 28, 2024
1 parent d6be44b commit cedbbcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ openmetrics-parser = "0.4"
opensrv-mysql = { git = "https://github.com/datafuselabs/opensrv", rev = "6bbc3b65e6b19212c4f7fc4f40c20daf6f452deb" }
opentelemetry-proto.workspace = true
parking_lot = "0.12"
pgwire = { version = "0.24.3", default-features = false, features = ["server-api-ring"] }
pgwire = { version = "0.25.0", default-features = false, features = ["server-api-ring"] }
pin-project = "1.0"
pipeline.workspace = true
postgres-types = { version = "0.2", features = ["with-chrono-0_4", "with-serde_json-1"] }
Expand Down

0 comments on commit cedbbcf

Please sign in to comment.