Skip to content

Commit

Permalink
Update Rust crate nostr to 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent d86cf4b commit e617f9b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lnd_grpc_rust = "2.8.0"
reqwest = "0.12.9"
webpki = "0.22.4"
sha2 = "0.10.8"
nostr = "0.37.0"
nostr = "0.38.0"
tokio = "1.42.0"
idna = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ lnd_grpc_rust = "2.8.0"
reqwest = "0.12.8"
webpki = "0.22.4"
sha2 = "0.10.8"
nostr = "0.37.0"
nostr = "0.38.0"
tokio = "1.41.1"
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
lnd-grpc-tonic-client = "0.3.0"
nostr = "0.37.0"
nostr = "0.38.0"
2 changes: 1 addition & 1 deletion nostr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
lnd-grpc-tonic-client = "0.3.0"
nostr = "0.37.0"
nostr = "0.38.0"

0 comments on commit e617f9b

Please sign in to comment.