From af4eff06f8506cd695530f389f3e6321f9da68c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:52:30 +0000 Subject: [PATCH] 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](https://github.com/stepancheg/rust-protobuf/compare/v3.0.0...v3.7.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim-protos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 6440f8e4..1026175f 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -51,7 +51,7 @@ required-features = ["async"] async-trait = { workspace = true, optional = true } # protobuf 3.5 introduces a breaking change: https://github.com/containerd/rust-extensions/issues/295 # pinning to <3.5.0 until we can update the generated code -protobuf = ">= 3.0, <3.5.0" +protobuf = ">= 3.0, <3.8.0" ttrpc = "0.8.2" [build-dependencies]