From fb6ecb804736ac00be4574d2d8b6ee4878b52c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:23:05 +0000 Subject: [PATCH] Update prost-build requirement from 0.12.3 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.3...v0.13.1) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- k8s-pb-codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-pb-codegen/Cargo.toml b/k8s-pb-codegen/Cargo.toml index f7a96a0..320c7c5 100644 --- a/k8s-pb-codegen/Cargo.toml +++ b/k8s-pb-codegen/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] prost = "0.12.3" -prost-build = "0.12.3" +prost-build = "0.13.1" prost-types = "0.12.3" serde_json = "1.0.67" serde = { version = "1.0.130", features = ["derive"] }