From e60a419510696e3fa25a35be6cba35e547b53e24 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 2 Oct 2024 11:42:36 +0100 Subject: chore: apply patched rust-nostr which includes nip46 signer change so it can be initated without completing connection. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') 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" git2 = "0.19.0" indicatif = "0.17.7" keyring = "2.0.5" -nostr = "0.35.0" -nostr-database = "0.35.0" -nostr-sdk = "0.35.0" -nostr-signer = "0.35.0" -nostr-sqlite = "0.35.0" +nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } passwords = "3.1.13" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" -- cgit v1.2.3