From 5eee6ddb7c134a2dad7a94fed574ddb53d61ec8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:49:32 +0000 Subject: [PATCH] build(deps): update prost-build requirement from 0.11 to 0.12 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) - [Commits](https://github.com/tokio-rs/prost/compare/prost-build-0.11.1...v0.12.0) --- 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 b034cae6..3e4e01c1 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] walkdir = { version = "2.3" } -prost-build = { version = "0.11" } +prost-build = { version = "0.12" } tempfile = { version = "3.2.0" } regex = { "version" = "1.7.1" } # Use of native-tls-vendored should build vendored openssl, which is required for Alpine build