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 055e49b commit ad6d647Copy full SHA for ad6d647
crates/shim-protos/Cargo.toml
@@ -49,9 +49,7 @@ required-features = ["async"]
49
50
[dependencies]
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.7.2"
55
ttrpc = "0.8.3"
56
57
[build-dependencies]
0 commit comments