From d130f934f1cffe07c2dcdb3475cd1162824ef247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:33:24 +0000 Subject: [PATCH] build(deps): update tonic-build requirement from 0.9.2 to 0.12.1 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.1) --- 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..f157e886 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.1"