diff --git a/Cargo.toml b/Cargo.toml index 4aec2bc..97275b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ sha2 = "0.10.8" nostr = "0.43.0" tokio = "1.47.0" idna = "1.0.0" -tonic = "=0.13.1" +tonic = "=0.14.0" [package.metadata.docs.rs] all-features = true diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index 0893d8a..1e47d5d 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.1" edition = "2021" [dependencies] -tonic = "=0.13.1" \ No newline at end of file +tonic = "=0.14.0" \ No newline at end of file