From a6baf4586c4d5db66974d0614963322f75ce797f Mon Sep 17 00:00:00 2001 From: 22388o <22388o@users.noreply.github.com> Date: Thu, 28 Nov 2024 05:32:55 -0300 Subject: [PATCH] Update nostr deps --- crates/Cargo.toml | 2 +- example/Cargo.toml | 2 +- nostr/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 7d8179d..2bd8a45 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.36.0" +nostr = "0.37.0" tokio = "1.41.1" \ No newline at end of file diff --git a/example/Cargo.toml b/example/Cargo.toml index 49e2f0c..06134f4 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.36.0" +nostr = "0.37.0" diff --git a/nostr/Cargo.toml b/nostr/Cargo.toml index 4905037..60069a9 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.36.0" \ No newline at end of file +nostr = "0.37.0" \ No newline at end of file