From a6fe6d3be7635d73d66bb2271b316e658dd79c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:27:02 +0000 Subject: [PATCH] chore(deps): update prost requirement from 0.11.9 to 0.12.2 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.11.9...v0.12.2) --- 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 6215ff8b..d8cad65c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = "0.9.2" -prost = "0.11.9" +prost = "0.12.2" prost-types = "0.11.9" tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] }