fix: update mysql server library to fix tls corrupt messsage issue (#1065)

This commit is contained in:
Ning Sun
2023-02-24 10:20:44 +08:00
committed by GitHub
parent 4cc3ac37d5
commit 8f67d8ca93
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4543,7 +4543,7 @@ dependencies = [
[[package]]
name = "opensrv-mysql"
version = "0.3.0"
source = "git+https://github.com/datafuselabs/opensrv?rev=b44c9d1360da297b305abf33aecfa94888e1554c#b44c9d1360da297b305abf33aecfa94888e1554c"
source = "git+https://github.com/sunng87/opensrv?branch=fix/buffer-overread#d5c24b25543ba48b69c3c4fe97f71e499819bd99"
dependencies = [
"async-trait",
"byteorder",

View File

@@ -38,7 +38,7 @@ metrics = "0.20"
num_cpus = "1.13"
once_cell = "1.16"
openmetrics-parser = "0.4"
opensrv-mysql = { git = "https://github.com/datafuselabs/opensrv", rev = "b44c9d1360da297b305abf33aecfa94888e1554c" }
opensrv-mysql = { git = "https://github.com/sunng87/opensrv", branch = "fix/buffer-overread" }
pgwire = "0.10"
pin-project = "1.0"
postgres-types = { version = "0.2", features = ["with-chrono-0_4"] }