From 3047a4c03c64420a004157c25975dd291edade37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:01:23 +0000 Subject: [PATCH] Update protobuf-src requirement from 1 to 2 Updates the requirements on [protobuf-src](https://github.com/MaterializeInc/rust-protobuf-native) to permit the latest version. - [Changelog](https://github.com/MaterializeInc/rust-protobuf-native/blob/master/release.toml) - [Commits](https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v1.0.0+3.19.1...protobuf-src-v2.0.0) --- updated-dependencies: - dependency-name: protobuf-src dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ractor_cluster/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ractor_cluster/Cargo.toml b/ractor_cluster/Cargo.toml index e5909c66..df703dc5 100644 --- a/ractor_cluster/Cargo.toml +++ b/ractor_cluster/Cargo.toml @@ -15,7 +15,7 @@ build = "src/build.rs" rust-version = "1.64" [build-dependencies] -protobuf-src = "1" +protobuf-src = "2" prost-build = { version = "0.12" } [dependencies]