From 6da84ec0cafcb2d30076c34e35b23d9e8adda261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:56:04 +0000 Subject: [PATCH] Update prost requirement from 0.11.9 to 0.12.1 in /calendar-service 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.1) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- calendar-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar-service/Cargo.toml b/calendar-service/Cargo.toml index a9036da..04fe7d9 100644 --- a/calendar-service/Cargo.toml +++ b/calendar-service/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] tonic = "0.9.1" -prost = "0.11.9" +prost = "0.12.1" prost-types = "0.11.9" tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] } ics = "0.5.8"