From d4400f4a2062c71a8719277967d9f05bc3f5d63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:33:44 +0000 Subject: [PATCH] Update prost requirement from 0.12.3 to 0.13.1 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) - [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 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 eb2afaa..5103e79 100644 --- a/k8s-pb-codegen/Cargo.toml +++ b/k8s-pb-codegen/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" publish = false [dependencies] -prost = "0.12.3" +prost = "0.13.1" prost-build = "0.13.1" prost-types = "0.13.1" serde_json = "1.0.67" diff --git a/k8s-pb/Cargo.toml b/k8s-pb/Cargo.toml index a2a26f4..d51c0a2 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.12.3" +prost = "0.13.1"