chore: update deps

This commit is contained in:
2025-11-15 14:51:16 +07:00
parent 122299f548
commit 67c92cb319
7 changed files with 83 additions and 76 deletions

View File

@@ -5,7 +5,6 @@ use std::time::Duration;
use anyhow::{anyhow, Context as AnyhowContext, Error};
use common::{config_dir, BOOTSTRAP_RELAYS, SEARCH_RELAYS};
use gpui::{App, AppContext, Context, Entity, Global, Task};
use nostr_gossip_memory::prelude::*;
use nostr_lmdb::NostrLMDB;
use nostr_sdk::prelude::*;
use smallvec::{smallvec, SmallVec};