upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 09:45:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 09:45:23 +0100
commit9340ff9678424e95fd5fa2643128eb31e2386108 (patch)
tree047992c71735462387aa910e48ce82f46923ad24 /Cargo.toml
parent04e7aaf905eda270aedde8c2ca9228ec90e9905f (diff)
chore: bump rust-nostr v42
no breaking changes this time!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b7b529..249fb02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,12 +23,12 @@ directories = "6.0.0"
23futures = "0.3.31" 23futures = "0.3.31"
24git2 = "0.20.2" 24git2 = "0.20.2"
25indicatif = "0.18.0" 25indicatif = "0.18.0"
26nostr = { version = "0.41.0", features = ["nip05", "nip49"] } 26nostr = { version = "0.42.2", features = ["nip05", "nip49"] }
27nostr-connect = "0.41.0" 27nostr-connect = "0.42.0"
28nostr-database = "0.41.0" 28nostr-database = "0.42.0"
29nostr-lmdb = "0.41.0" 29nostr-lmdb = "0.42.0"
30nostr-relay-pool = "0.41.0" 30nostr-relay-pool = "0.42.0"
31nostr-sdk = "0.41.0" 31nostr-sdk = "0.42.0"
32passwords = "3.1.16" 32passwords = "3.1.16"
33qrcode = { version = "0.14.1", default-features = false } 33qrcode = { version = "0.14.1", default-features = false }
34scrypt = "0.11.0" 34scrypt = "0.11.0"