From a3904fb57e0958f8a75dc473718655d487ae4fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 21:46:35 +0000 Subject: [PATCH] Update prost requirement from 0.11 to 0.12 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) - [Commits](https://github.com/tokio-rs/prost/compare/prost-build-0.11.1...v0.11.9) --- updated-dependencies: - dependency-name: prost 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 5585ba4..d34a275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ env_logger = "0.10" futures = "0.3" log = "^0.4" paho-mqtt = "0.12" -prost = "0.11" +prost = "0.12" prost-types = "0.11" serde = "1.0.160" serde_derive = "1.0.163"