From 005f27839fd8da1684674a45d48c9bb2cb619669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:22:54 +0000 Subject: [PATCH] Update prost requirement from 0.9 to 0.11 in /proto 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.9.0...v0.11.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 3b1e19c5..e8262cf2 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -22,7 +22,7 @@ path = "src/lib.rs" all-features = true [dependencies] -prost = "0.9" +prost = "0.11" prost-types = "0.9" bytes = "1.1" tonic = "0.6"