From 3c67242cfd79a4d667b4ecfa61485b1717567c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:09:14 +0000 Subject: [PATCH] Update prost-build requirement from 0.12.2 to 0.13.1 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.2...v0.13.1) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- save/gen-protos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save/gen-protos/Cargo.toml b/save/gen-protos/Cargo.toml index a78b3bec..2bbb099f 100644 --- a/save/gen-protos/Cargo.toml +++ b/save/gen-protos/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" publish = false [dependencies] -prost-build = "0.12.2" +prost-build = "0.13.1"