From ad337b51fb9f5886114e0ac7f21d3cdaa5d81e13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:30:02 +0000 Subject: [PATCH] Update Rust crate nostr to 0.43.0 --- crates/Cargo.toml | 2 +- nostr/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 40df65c..34679d8 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -8,5 +8,5 @@ lnd_grpc_rust = "2.8.0" reqwest = "0.12.8" webpki = "0.22.4" sha2 = "0.10.8" -nostr = "0.42.2" +nostr = "0.43.0" tokio = "1.46.0" \ No newline at end of file diff --git a/nostr/Cargo.toml b/nostr/Cargo.toml index b46e847..534db8d 100644 --- a/nostr/Cargo.toml +++ b/nostr/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] lnd-grpc-tonic-client = "0.3.0" -nostr = "0.42.2" \ No newline at end of file +nostr = "0.43.0" \ No newline at end of file