From ba37a536b4d857e0adb6fa1dbab824c8115bf4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:43:57 +0000 Subject: [PATCH] Update prost-build requirement from 0.13 to 0.14 Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: prost-build dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/proto-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/proto-compiler/Cargo.toml b/tools/proto-compiler/Cargo.toml index bbaf2c2..ee48c18 100644 --- a/tools/proto-compiler/Cargo.toml +++ b/tools/proto-compiler/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.75" [dependencies] git2 = "0.19" -prost-build = "0.13" +prost-build = "0.14" walkdir = "2.3" argh = "0.1" tonic = "0.13.0"