From 209d8cf2f20e7bf9c79fd75e2465f4bfa7121935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:56:13 +0000 Subject: [PATCH] Update Rust crate nostr to 0.41.0 --- Cargo.toml | 2 +- crates/Cargo.toml | 2 +- example/Cargo.toml | 2 +- nostr/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4fd061..3fc0544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ lnd_grpc_rust = "2.9.0" reqwest = "0.12.12" webpki = "0.22.4" sha2 = "0.10.8" -nostr = "0.40.0" +nostr = "0.41.0" tokio = "1.42.0" idna = "1.0.0" diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 6a3022f..f743e2b 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.40.0" +nostr = "0.41.0" tokio = "1.41.1" \ No newline at end of file diff --git a/example/Cargo.toml b/example/Cargo.toml index cce3966..70da04e 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] lnd-grpc-tonic-client = "0.3.0" -nostr = "0.40.0" +nostr = "0.41.0" diff --git a/nostr/Cargo.toml b/nostr/Cargo.toml index 976f711..b7d33ff 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.40.0" \ No newline at end of file +nostr = "0.41.0" \ No newline at end of file