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

@@ -22,7 +22,7 @@ serde_json = "1.0.44"
anyhow = "1.0.31"
opentelemetry = { version = "0.14.0", features=["serialize"] }
opentelemetry-jaeger = "0.13.0"
protobuf = "=2.14.0"
protobuf = "2.27.0"
tracing-opentelemetry = "0.16.0"
tracing = "0.1.29"
tracing-subscriber = "0.3.3"