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>2024-10-02 11:42:36 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-10-02 11:42:36 +0100
commite60a419510696e3fa25a35be6cba35e547b53e24 (patch)
treef96badf697c8a14d2e269c2715ad9e94dd220e83 /Cargo.toml
parentc1be79dd9c69c9e406f3c067ba8ac4719b80d142 (diff)
chore: apply patched rust-nostr
which includes nip46 signer change so it can be initated without completing connection.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d54047..fccd2b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,11 +24,11 @@ futures = "0.3.28"
24git2 = "0.19.0" 24git2 = "0.19.0"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = "0.35.0" 27nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
28nostr-database = "0.35.0" 28nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
29nostr-sdk = "0.35.0" 29nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
30nostr-signer = "0.35.0" 30nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
31nostr-sqlite = "0.35.0" 31nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
32passwords = "3.1.13" 32passwords = "3.1.13"
33qrcode = { version = "0.14.1", default-features = false } 33qrcode = { version = "0.14.1", default-features = false }
34scrypt = "0.11.0" 34scrypt = "0.11.0"