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-31 12:35:11 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-31 12:35:11 +0100
commit9d4adb9afd591ccef8827902034378acd700c6f8 (patch)
tree46956e4b56f98e3b5d59a285ff08207d659fcc14 /Cargo.toml
parent8fe7737a491d6056d6e865bfdecd02e3dda3e8f5 (diff)
fix: nip05 breaking changes in rust-nostr
as its now 'bring your own transport'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f16402..e3f9aa4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ nostr-relay-pool = "0.43.0"
31nostr-sdk = "0.43.0" 31nostr-sdk = "0.43.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 }
34reqwest = { version = "0.12.22", features = ["json"] }
34scrypt = "0.11.0" 35scrypt = "0.11.0"
35serde = { version = "1.0.219", features = ["derive"] } 36serde = { version = "1.0.219", features = ["derive"] }
36serde_json = "1.0.140" 37serde_json = "1.0.140"