fix: deserialize TableInfoValue with missing field (#2134)

This commit is contained in:
LFC
2023-08-10 10:43:24 +08:00
committed by GitHub
parent 7abe71f399
commit ea3708b33d
8 changed files with 14 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ pin-project = "1.0"
prost.workspace = true
query = { workspace = true }
secrecy = { version = "0.8", features = ["serde", "alloc"] }
serde = "1.0"
serde.workspace = true
serde_json = "1.0"
servers = { workspace = true }
session = { workspace = true }