From b1ab3556cdbe0428a736269134d828c1f9ffdff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:55:23 +0000 Subject: [PATCH] build(deps): update prost-build requirement from 0.12.4 to 0.13.1 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.12.4...v0.13.1) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 33333b4..f34a061 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] walkdir = { version = "2.5.0" } -prost-build = { version = "0.12.4" } +prost-build = { version = "0.13.1" } tempfile = { version = "3.10.1" } regex = { "version" = "1.10.4" } # Use of native-tls-vendored should build vendored openssl, which is required for Alpine build