From 8579fa2ec0ca4d44cb51cea069056932f91cbb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:57:03 +0000 Subject: [PATCH] build(deps): update prost requirement from 0.11.0 to 0.12.1 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/prost-build-0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poem-grpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem-grpc/Cargo.toml b/poem-grpc/Cargo.toml index 9a5dded488..6a4e106d94 100644 --- a/poem-grpc/Cargo.toml +++ b/poem-grpc/Cargo.toml @@ -28,7 +28,7 @@ flate2 = "1.0.24" itoa = "1.0.2" percent-encoding = "2.1.0" bytes.workspace = true -prost = "0.11.0" +prost = "0.12.1" base64 = "0.21.0" prost-types = "0.11.0" tokio-stream = { workspace = true, features = ["sync"] }