From 3d82f33830778f78de98e2d9b9499c43a84d6848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:00:52 +0000 Subject: [PATCH] Update prost requirement from 0.8 to 0.11 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/v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..eb5e910 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -11,7 +11,7 @@ ascii = "1" tonic = "0.5.2" bytes = "1.0" chrono = "0.4" -prost = "0.8" +prost = "0.11" prost-types = "0.8" prost-derive = "0.8" tokio = { version = "=1.10.1", features = ["full"] }