Skip to content

Commit ad6d647

Browse files
bryantbiggsmxpv
authored andcommitted
chore: Update protobuf dependency to latest
1 parent 055e49b commit ad6d647

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ required-features = ["async"]
4949

5050
[dependencies]
5151
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"
52+
protobuf = "3.7.2"
5553
ttrpc = "0.8.3"
5654

5755
[build-dependencies]

0 commit comments

Comments
 (0)