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-05-06 14:28:32 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:28:32 +0100
commitb028223797f0bd2c4927af35cbe01834b3b21f7f (patch)
tree09d6598bf1934057a29c0f57d36e1211e87b7c01 /Cargo.toml
parentc19f173199b6beebf078a9e5c54014dbef85aa82 (diff)
chore: bump rust-nostr v0.40 ~> v0.41
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 8814764..6050def 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,12 +24,12 @@ futures = "0.3.28"
24git2 = "0.20.2" 24git2 = "0.20.2"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = { version = "0.40.0", features = ["nip05", "nip49"] } 27nostr = { version = "0.41.0", features = ["nip05", "nip49"] }
28nostr-connect = "0.40.0" 28nostr-connect = "0.41.0"
29nostr-database = "0.40.0" 29nostr-database = "0.41.0"
30nostr-lmdb = "0.40.0" 30nostr-lmdb = "0.41.0"
31nostr-relay-pool = "0.40.1" 31nostr-relay-pool = "0.41.0"
32nostr-sdk = "0.40.0" 32nostr-sdk = "0.41.0"
33passwords = "3.1.13" 33passwords = "3.1.13"
34qrcode = { version = "0.14.1", default-features = false } 34qrcode = { version = "0.14.1", default-features = false }
35scrypt = "0.11.0" 35scrypt = "0.11.0"