chore: update deps

This commit is contained in:
2025-02-15 09:01:55 +07:00
parent ab7664c872
commit 0feb69b72e
5 changed files with 290 additions and 56 deletions

View File

@@ -145,7 +145,7 @@ impl Compose {
));
}
let tags = Tags::new(tag_list);
let tags = Tags::from_list(tag_list);
let client = get_client();
let window_handle = window.window_handle();
let (tx, rx) = oneshot::channel::<Event>();