From 912916bd6d8c1225038d74d09fcd51085c4e0b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:51:13 +0000 Subject: [PATCH] build(deps): update prost-types requirement from 0.11 to 0.12 Updates the requirements on [prost-types](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-types-0.11.1...v0.11.9) --- updated-dependencies: - dependency-name: prost-types 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 1bc7885b..f8e631ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tonic = "0.9.2" tonic-build = "0.9.2" prost = "0.12" -prost-types = "0.11" +prost-types = "0.12" async-trait = "0.1.52" futures = "0.3.19"