chore: update deps

This commit is contained in:
2026-07-31 07:34:12 +07:00
parent c8cabb7cd2
commit 9dbac5308d
4 changed files with 47 additions and 156 deletions

View File

@@ -4,6 +4,7 @@ use anyhow::Error;
use futures::io::AsyncReadExt;
use gpui::http_client::{AsyncBody, HttpClient};
use nostr_sdk::prelude::*;
use serde_json::Value;
#[allow(async_fn_in_trait)]
pub trait NostrAddress {