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"

View File

@@ -12,7 +12,7 @@ async-trait = "0.1.48"
containerd-shim-protos = { version = "0.2.0", features = ["async"]}
lazy_static = "1.4.0"
nix = "0.23.1"
protobuf = "2.23.0"
protobuf = "2.27.0"
serde_json = "1.0.39"
slog = "2.5.2"
slog-scope = "4.4.0"

View File

@@ -13,7 +13,7 @@ futures = "0.3.19"
lazy_static = "1.4.0"
libc = ">=0.2.39"
nix = "0.16.0"
protobuf = "2.23.0"
protobuf = "2.27.0"
serde = { version = "1.0.100", features = ["derive"] }
serde_derive = "1.0.27"
serde_json = "1.0.39"

View File

@@ -20,7 +20,7 @@ go-flag = "0.1.0"
libc = "0.2.108"
log = "0.4.14"
nix = "0.23.1"
protobuf = "2.23.0"
protobuf = "2.27.0"
sha2 = "=0.9.3"
slog = {version = "2.7.0", features = ["std", "release_max_level_trace", "max_level_trace"]}
slog-async = "2.7.0"