From e05ebba80edae7d2d847de93614f7813ab09cc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:12:43 +0000 Subject: [PATCH] build(deps): update tonic-build requirement from 0.9.2 to 0.12.0 Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.2...v0.12.0) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/Cargo.toml b/src/proto/Cargo.toml index 97a526a4..dbbc6853 100644 --- a/src/proto/Cargo.toml +++ b/src/proto/Cargo.toml @@ -15,4 +15,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = {workspace=true} tonic = {workspace=true} [build-dependencies] -tonic-build = "0.9.2" +tonic-build = "0.12.0"