From e14c60aa916e63f807607301a6f9d5c97156594f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:05:43 +0000 Subject: [PATCH] Update prost-build requirement from 0.8.0 to 0.12.3 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/v0.8.0...v0.12.3) --- 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 44733c3..0037ec5 100644 --- a/k8s-pb-codegen/Cargo.toml +++ b/k8s-pb-codegen/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] bytes = "1.0.1" prost = "0.8.0" -prost-build = "0.8.0" +prost-build = "0.12.3" prost-types = "0.8.0" serde_json = "1.0.67" serde = { version = "1.0.130", features = ["derive"] }