From ab78539de663e08f9d0fe8443db506ba2dc02690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:50:07 +0000 Subject: [PATCH] Update prost-types requirement in /calendar-service 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/v0.11.9...v0.12.3) --- updated-dependencies: - dependency-name: prost-types 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..98cf1e7 100644 --- a/calendar-service/Cargo.toml +++ b/calendar-service/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tonic = "0.9.1" prost = "0.11.9" -prost-types = "0.11.9" +prost-types = "0.12.3" tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] } ics = "0.5.8" chrono = "0.4.24"