From 388b3f52d5b8c5ed4ba7eae825818c7da0e88da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:08:00 +0000 Subject: [PATCH] Update tonic requirement from 0.5.2 to 0.9.1 Updates the requirements on [tonic](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 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..a05a125 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] ascii = "1" -tonic = "0.5.2" +tonic = "0.9.1" bytes = "1.0" chrono = "0.4" prost = "0.8"