From 093ff8fec7ee16aff74ae2a4919fdc55d23714de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:10:03 +0000 Subject: [PATCH] Update tonic-build requirement from 0.9.2 to 0.11.0 in /calendar-service Updates the requirements on [tonic-build](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.2...v0.11.0) --- updated-dependencies: - dependency-name: tonic-build 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..473ac0e 100644 --- a/calendar-service/Cargo.toml +++ b/calendar-service/Cargo.toml @@ -17,7 +17,7 @@ aes-gcm = "0.10.1" generic-array = "0.14.7" [build-dependencies] -tonic-build = "0.9.2" +tonic-build = "0.11.0" [dev-dependencies] serial_test = "2.0.0"