From af7818590366e8c2c8e3e6d391117de42f8264bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:01:25 +0000 Subject: [PATCH] Update prost-derive requirement from 0.8 to 0.11 Updates the requirements on [prost-derive](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-derive 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..4d1d181 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -13,7 +13,7 @@ bytes = "1.0" chrono = "0.4" prost = "0.8" prost-types = "0.8" -prost-derive = "0.8" +prost-derive = "0.11" tokio = { version = "=1.10.1", features = ["full"] } tokio-util = { version = "0.6", features = ["codec","time"] } tokio-stream = { version = "0.1", features = ["net"] }