From 948fe972eb2bddf187b79f2673a091b6331cfd90 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 1 Apr 2025 14:31:34 +0100 Subject: chore: bump rust-nostr v0.37 ~> v0.40 and fix all of the breaking changes --- Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 14ef062..57cfb88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,11 +24,12 @@ futures = "0.3.28" git2 = "0.19.0" indicatif = "0.17.7" keyring = "2.0.5" -nostr = { version = "0.37.0", features = ["nip05", "nip49"] } -nostr-connect = "0.37.0" -nostr-database = "0.37.0" -nostr-lmdb = "0.37.0" -nostr-sdk = "0.37.0" +nostr = { version = "0.40.0", features = ["nip05", "nip49"] } +nostr-connect = "0.40.0" +nostr-database = "0.40.0" +nostr-lmdb = "0.40.0" +nostr-relay-pool = "0.40.1" +nostr-sdk = "0.40.0" passwords = "3.1.13" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" -- cgit v1.2.3