From 01ed4c840ec4ce23a5c736882342c1f54c6bf3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:01:20 +0000 Subject: [PATCH] Update protobuf-codegen requirement from = 3.2.0 to = 3.7.1 Updates the requirements on [protobuf-codegen](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.2.0...v3.2.0) --- updated-dependencies: - dependency-name: protobuf-codegen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2feff2..25b078d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.56" protobuf = "= 3.2.0" [build-dependencies] -protobuf-codegen = "= 3.2.0" +protobuf-codegen = "= 3.7.1" [lib] name = "rust_criu"