From 5467cccc7d7dd784a799186ee175bd1ecf856122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:51:42 +0000 Subject: [PATCH] chore: update prost-build requirement from 0.12 to 0.13 in /rust 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.0...v0.13.0) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/codegen/Cargo.toml b/rust/codegen/Cargo.toml index ba551718..7ef0a319 100644 --- a/rust/codegen/Cargo.toml +++ b/rust/codegen/Cargo.toml @@ -9,5 +9,5 @@ edition = "2018" [dependencies] bytes = "1.0.1" prost = "0.12" -prost-build = "0.12" +prost-build = "0.13" informalsystems-pbjson-build = "0.7.0"