From 81b866e150dd9d9e399018a6cb65794af506d02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:10:09 +0000 Subject: [PATCH] Update tonic requirement from 0.9.1 to 0.11.0 in /calendar-service Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.1...v0.11.0) --- updated-dependencies: - dependency-name: tonic 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..40d1540 100644 --- a/calendar-service/Cargo.toml +++ b/calendar-service/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tonic = "0.9.1" +tonic = "0.11.0" prost = "0.11.9" prost-types = "0.11.9" tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }