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

@ -10,7 +10,7 @@ rustjail = { path = "rustjail" }
protocols = { path = "../libs/protocols", features = ["async"] } protocols = { path = "../libs/protocols", features = ["async"] }
lazy_static = "1.3.0" lazy_static = "1.3.0"
ttrpc = { version = "0.6.0", features = ["async"], default-features = false } ttrpc = { version = "0.6.0", features = ["async"], default-features = false }
protobuf = "2.23.0" protobuf = "2.27.0"
libc = "0.2.58" libc = "0.2.58"
nix = "0.23.0" nix = "0.23.0"
capctl = "0.2.0" capctl = "0.2.0"

View File

@ -16,7 +16,7 @@ scopeguard = "1.0.0"
capctl = "0.2.0" capctl = "0.2.0"
lazy_static = "1.3.0" lazy_static = "1.3.0"
libc = "0.2.58" libc = "0.2.58"
protobuf = "2.23.0" protobuf = "2.27.0"
slog = "2.5.2" slog = "2.5.2"
slog-scope = "4.1.2" slog-scope = "4.1.2"
scan_fmt = "0.2.6" scan_fmt = "0.2.6"

View File

@ -12,7 +12,7 @@ async = ["ttrpc/async", "async-trait"]
[dependencies] [dependencies]
ttrpc = { version = "0.6.0" } ttrpc = { version = "0.6.0" }
async-trait = { version = "0.1.42", optional = true } async-trait = { version = "0.1.42", optional = true }
protobuf = { version = "=2.14.0", features = ["with-serde"] } protobuf = { version = "2.27.0", features = ["with-serde"] }
serde = { version = "1.0.130", features = ["derive"], optional = true } serde = { version = "1.0.130", features = ["derive"], optional = true }
serde_json = { version = "1.0.68", optional = true } serde_json = { version = "1.0.68", optional = true }
oci = { path = "../oci" } oci = { path = "../oci" }

View File

@ -149,6 +149,7 @@ fn real_main() -> Result<(), std::io::Error> {
"protos/google/protobuf/empty.proto", "protos/google/protobuf/empty.proto",
"protos/oci.proto", "protos/oci.proto",
"protos/types.proto", "protos/types.proto",
"protos/csi.proto",
], ],
false, false,
)?; )?;

View File

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

View File

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

View File

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

View File

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

View File

@ -26,7 +26,7 @@ logging = { path = "../../libs/logging" }
slog = "2.7.0" slog = "2.7.0"
slog-scope = "4.4.0" slog-scope = "4.4.0"
rand = "0.8.4" rand = "0.8.4"
protobuf = "2.14.0" protobuf = "2.27.0"
nix = "0.23.0" nix = "0.23.0"
libc = "0.2.112" libc = "0.2.112"

View File

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