From 139da8864cbe34eac90a9bca13df2ae44ed4d09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:53:52 +0000 Subject: [PATCH] build(deps): update prost-build requirement from 0.11.9 to 0.12.3 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) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.9...v0.12.3) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b43dcd0..623c8fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ serde = { version = "1.0.188", features = ["derive"] } [build-dependencies] tonic-build = "0.9.1" -prost-build = "0.11.9" +prost-build = "0.12.3" protobuf-src = "1.1.0"