From 8375d061ef3903fdac9b623a57b0048418ccfd78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 18:24:09 +0000 Subject: [PATCH] Update prost requirement from 0.8 to 0.9 in /dione-server 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.9.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dione-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dione-server/Cargo.toml b/dione-server/Cargo.toml index 94dda90..7fd9cf9 100644 --- a/dione-server/Cargo.toml +++ b/dione-server/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["libp2p", "messaging"] [dependencies] tonic = {version = "0.5", features = ["tls"]} -prost = "0.8" +prost = "0.9" tokio = { version = "1.13", features = ["macros", "rt-multi-thread", "fs"] } tracing = "0.1" tracing-subscriber = "0.3.1"