We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22dba6 commit 9e64ee6Copy full SHA for 9e64ee6
crates/shim-protos/Cargo.toml
@@ -51,7 +51,7 @@ required-features = ["async"]
51
async-trait = { workspace = true, optional = true }
52
# protobuf 3.5 introduces a breaking change: https://github.com/containerd/rust-extensions/issues/295
53
# pinning to <3.5.0 until we can update the generated code
54
-protobuf = ">= 3.0, <3.5.0"
+protobuf = ">= 3.0, <3.8.0"
55
ttrpc = "0.8.2"
56
57
[build-dependencies]
0 commit comments