fix: dead loop on detecting postgres ssl handshake (#4778)

This commit is contained in:
Ning Sun
2024-09-28 09:39:29 +08:00
committed by GitHub
parent 3a46c1b235
commit d6be44bc7f
2 changed files with 3 additions and 3 deletions

View File

@@ -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.2", default-features = false, features = ["server-api-ring"] }
pgwire = { version = "0.24.3", 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"] }