From 9fc49a8fbbed71018ce524727a56a57a731ffca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:08:21 +0000 Subject: [PATCH] Update tonic-build requirement from 0.5.2 to 0.9.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.5.2...v0.9.1) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..42c8d8d 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -38,4 +38,4 @@ uuid = { version = "0.8", features = ["v4"] } ip_network_table-deps-treebitmap = "0.5.0" [build-dependencies] -tonic-build = "0.5.2" +tonic-build = "0.9.1"