chore: update deps

This commit is contained in:
2025-07-02 15:30:28 +07:00
parent abb1474300
commit 2e046ec5d7
12 changed files with 110 additions and 79 deletions

View File

@@ -75,7 +75,7 @@ pub fn shared_state() -> &'static Globals {
.ok();
let first_run = is_first_run().unwrap_or(true);
let opts = Options::new().gossip(true);
let opts = ClientOptions::new().gossip(true);
let lmdb = NostrLMDB::open(nostr_file()).expect("Database is NOT initialized");
let (global_sender, global_receiver) =