deps: Update nostr to 0.42.2

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-28 12:47:40 +00:00
parent 93136fb767
commit a38a811cbf
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ dirs = "6.0.0"
easy-ext = "1.0.2"
either = "1.15.0"
futures = "0.3.31"
nostr = { version = "0.42.0", features = ["parser", "nip05"] }
nostr = { version = "0.42.2", features = ["parser", "nip05"] }
nostr-sdk = "0.42.0"
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }