From 0515f82367e1604964325fda2532274486b8cf25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:45:56 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.12 [security] --- Cargo.toml | 2 +- crates/v1/crates/devtools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c98f4a09..568034db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio-stream = "0.1" tauri = { version = "2.0.0-rc.10", features = ["tracing"] } tauri-build = "2.0.0-rc.9" tauri-plugin = "2.0.0-rc.9" -tonic = "0.10" +tonic = "0.12" prost = "0.12" prost-types = "0.12" tokio = "1" diff --git a/crates/v1/crates/devtools/Cargo.toml b/crates/v1/crates/devtools/Cargo.toml index fa720cfd..3aaa7241 100644 --- a/crates/v1/crates/devtools/Cargo.toml +++ b/crates/v1/crates/devtools/Cargo.toml @@ -15,7 +15,7 @@ devtools-core = { path = "../../../devtools-core", version = "0.3.3" } tauri = { version = "1.6.1", features = ["tracing"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -tonic = "0.10" +tonic = "0.12" tokio = "1.36.0" tonic-health = "0.10" colored = "2.1"