protobuf: upgrade the protobuf version to 2.27.0

Signed-off-by: Fupan Li <fupan.lfp@antgroup.com>
This commit is contained in:
Fupan Li
2022-06-11 09:53:54 +08:00
parent 06f398a34f
commit ff7874bc23
10 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ futures = "0.1.27"
anyhow = "1.0.26"
async-trait = "0.1.48"
log = "0.4.14"
protobuf = "2.23.0"
protobuf = "2.27.0"
serde = { version = "^1.0", features = ["derive"] }
serde_json = ">=1.0.9"
slog = "2.5.2"