Skip to content

Commit 73ada3c

Browse files
author
223880⚡️
authored
Merge pull request #25 from AreaLayer/renovate/nostr-0.x
Update Rust crate nostr to 0.41.0
2 parents 2465fac + 209d8cf commit 73ada3c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lnd_grpc_rust = "2.9.0"
1313
reqwest = "0.12.12"
1414
webpki = "0.22.4"
1515
sha2 = "0.10.8"
16-
nostr = "0.40.0"
16+
nostr = "0.41.0"
1717
tokio = "1.42.0"
1818
idna = "1.0.0"
1919

crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ lnd_grpc_rust = "2.8.0"
88
reqwest = "0.12.8"
99
webpki = "0.22.4"
1010
sha2 = "0.10.8"
11-
nostr = "0.40.0"
11+
nostr = "0.41.0"
1212
tokio = "1.41.1"

example/Cargo.toml

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

66
[dependencies]
77
lnd-grpc-tonic-client = "0.3.0"
8-
nostr = "0.40.0"
8+
nostr = "0.41.0"

nostr/Cargo.toml

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

66
[dependencies]
77
lnd-grpc-tonic-client = "0.3.0"
8-
nostr = "0.40.0"
8+
nostr = "0.41.0"

0 commit comments

Comments
 (0)