mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 06:42:57 +00:00
fix: dead loop on detecting postgres ssl handshake (#4778)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user