From 1fb0bf09f4a6e591ff437bf44e8ad21d45250670 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:06:46 +0000 Subject: [PATCH] Update Rust crate tonic to v0.14.6 --- Cargo.toml | 2 +- proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 712d2b4..9df4115 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ sha2 = "0.10.8" nostr = "0.43.1" tokio = "1.47.0" idna = "1.0.0" -tonic = "=0.14.2" +tonic = "=0.14.6" [package.metadata.docs.rs] all-features = true diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index f954fae..0d28c23 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.1" edition = "2021" [dependencies] -tonic = "=0.14.2" \ No newline at end of file +tonic = "=0.14.6" \ No newline at end of file