From dd8fe849a5e0dbb39a5eff6992e4f761b2d76cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:38:41 +0000 Subject: [PATCH] build(deps): update tonic requirement in /src-tauri 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.11.0...v0.12.1) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 42011fce..522d948f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ semver = "1.0.16" libspeedupdate = { git = "https://github.com/ludea/speedupdate-rs" } libloading = "0.8" prost = "0.12" -tonic = "0.11.0" +tonic = "0.12.1" tokio-stream = "0.1" tauri-plugin-shell = "2.0.0-beta.7"