From d282251af19fc7d5d4200a9441999bd1a81b2ae8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 14 Nov 2025 07:37:57 +0000 Subject: chore: bump rust-nostr v0.44 fix breaking changes --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6c60d94..9dc9ccb 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.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" +nostr = { version = "0.44.1", features = ["nip49"] } +nostr-connect = "0.44.0" +nostr-database = "0.44.0" +nostr-lmdb = "0.44.0" +nostr-relay-pool = "0.44.0" +nostr-sdk = "0.44.1" passwords = "3.1.16" qrcode = { version = "0.14.1", default-features = false } reqwest = { version = "0.12.22", features = ["json"] } -- cgit v1.2.3