From dd9ff45bbbaea1bb9b0b79424335294931ad8ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:23:46 +0000 Subject: [PATCH] Update prost-build requirement from 0.12 to 0.13 in /example-app 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] --- example-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-app/Cargo.toml b/example-app/Cargo.toml index bbb6bb8..241791b 100644 --- a/example-app/Cargo.toml +++ b/example-app/Cargo.toml @@ -28,7 +28,7 @@ hyper-util = { version = "0.1.1", features = ["full"] } http-body-util = "0.1.0" [build-dependencies] -prost-build = { version = "0.12", optional = true } +prost-build = { version = "0.13", optional = true } prost = "0.12" petgraph = "0.6.3" # for prost_build prost-types = "0.12" # for prost_build