From 8fe7737a491d6056d6e865bfdecd02e3dda3e8f5 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 31 Jul 2025 12:02:08 +0100 Subject: chore: bump rust-nostr v0.43 with trival breaking changes. nip05 changes will be done seperately. --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 22cf115..2f16402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,12 +23,12 @@ directories = "6.0.0" futures = "0.3.31" git2 = "0.20.2" indicatif = "0.18.0" -nostr = { version = "0.42.2", features = ["nip05", "nip49"] } -nostr-connect = "0.42.0" -nostr-database = "0.42.0" -nostr-lmdb = "0.42.0" -nostr-relay-pool = "0.42.0" -nostr-sdk = "0.42.0" +nostr = { version = "0.43.0", features = ["nip49"] } +nostr-connect = "0.43.0" +nostr-database = "0.43.0" +nostr-lmdb = "0.43.0" +nostr-relay-pool = "0.43.0" +nostr-sdk = "0.43.0" passwords = "3.1.16" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" -- cgit v1.2.3