deps: Bump nostr and nostr_sdk to 0.42.0

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-19 20:25:39 +00:00
parent 9444fc1a8c
commit 724e2707c6
2 changed files with 112 additions and 131 deletions

View File

@@ -19,8 +19,8 @@ clap-verbosity-flag = { version = "3.0.2", default-features = false, features =
convert_case = "0.8.0"
easy-ext = "1.0.2"
futures = "0.3.31"
nostr = { version = "0.41.0", features = ["parser"] }
nostr-sdk = "0.41.0"
nostr = { version = "0.42.0", features = ["parser"] }
nostr-sdk = "0.42.0"
tempfile = "3.19.1"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }