Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Commit ee61428

Browse files
Update Rust crate tonic to v0.14.6
1 parent 11ad13c commit ee61428

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sha2 = "0.10.8"
1616
nostr = "0.43.1"
1717
tokio = "1.47.0"
1818
idna = "1.0.0"
19-
tonic = "=0.14.2"
19+
tonic = "=0.14.6"
2020

2121
[package.metadata.docs.rs]
2222
all-features = true

proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]
7-
tonic = "=0.14.2"
7+
tonic = "=0.14.6"

0 commit comments

Comments
 (0)