chore: update deps

This commit is contained in:
2026-07-16 10:43:16 +07:00
parent 5ea6cdb34f
commit 4b57a1d2a6
2 changed files with 371 additions and 271 deletions

View File

@@ -215,9 +215,7 @@ impl ProfilePanel {
cx.background_spawn(async move {
// Build and sign the metadata event
let event = EventBuilder::metadata(&metadata)
.finalize_async(&signer)
.await?;
let event = metadata.finalize_async(&signer).await?;
// Send event to user's relays
client.send_event(&event).await?;