Skip to content

Commit 9e64ee6

Browse files
build(deps): update protobuf requirement from >= 3.0, <3.5.0 to >= 3.0, <3.8.0
Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](stepancheg/rust-protobuf@v3.0.0...v3.7.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c22dba6 commit 9e64ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ required-features = ["async"]
5151
async-trait = { workspace = true, optional = true }
5252
# protobuf 3.5 introduces a breaking change: https://github.com/containerd/rust-extensions/issues/295
5353
# pinning to <3.5.0 until we can update the generated code
54-
protobuf = ">= 3.0, <3.5.0"
54+
protobuf = ">= 3.0, <3.8.0"
5555
ttrpc = "0.8.2"
5656

5757
[build-dependencies]

0 commit comments

Comments
 (0)