From 8640a061dc38f61e772534acd1ac3bed57fb30c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:40:01 +0000 Subject: [PATCH] Update tonic requirement Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. Updates `tonic` to 0.9.2 - [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.6.2...v0.9.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- navi/navi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navi/navi/Cargo.toml b/navi/navi/Cargo.toml index e355ea2a7..6c342e5cc 100644 --- a/navi/navi/Cargo.toml +++ b/navi/navi/Cargo.toml @@ -55,7 +55,7 @@ rand_pcg = "0.3.1" random = "0.12.2" x509-parser = "0.15.0" sha256 = "1.0.3" -tonic = { version = "0.6.2", features=['compression', 'tls'] } +tonic = { version = "0.12.3", features=['compression', 'tls'] } tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread", "fs", "process"] } warp = "0.3" npyz = "0.7.3"