From e1a41855941241a7ff07c5112dc84e34a044c364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:05:58 +0000 Subject: [PATCH] Update prost requirement from 0.8.0 to 0.12.3 Updates the requirements on [prost](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- k8s-pb-codegen/Cargo.toml | 2 +- k8s-pb/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-pb-codegen/Cargo.toml b/k8s-pb-codegen/Cargo.toml index 44733c3..4aa6cd0 100644 --- a/k8s-pb-codegen/Cargo.toml +++ b/k8s-pb-codegen/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] bytes = "1.0.1" -prost = "0.8.0" +prost = "0.12.3" prost-build = "0.8.0" prost-types = "0.8.0" serde_json = "1.0.67" diff --git a/k8s-pb/Cargo.toml b/k8s-pb/Cargo.toml index 3baf8e3..b56dd45 100644 --- a/k8s-pb/Cargo.toml +++ b/k8s-pb/Cargo.toml @@ -15,4 +15,4 @@ rust-version = "1.65.0" edition = "2021" [dependencies] -prost = "0.8.0" +prost = "0.12.3"