From 38c57ae92f4ae1815070a9fa752621c2c2c4b237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:30:19 +0000 Subject: [PATCH] build(deps): update tonic-build requirement from 0.11.0 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.11.0...v0.12.1) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 05fb57a..49d726c 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -17,7 +17,7 @@ regex = { "version" = "1.10.4" } ureq = { "version" = "2.9.6" } zip = { version = "2.1.3", default-features = false, features = ["deflate"] } fs_extra = { version = "1.3.0" } -tonic-build = { version = "0.11.0", optional = true } +tonic-build = { version = "0.12.1", optional = true } [features]