chore: update dependencies

Includes the `calloop` timer buildup fix.
This commit is contained in:
Vukašin Vojinović 2026-02-17 14:28:04 +01:00 committed by Victoria Brekenfeld
parent fa3ffd18da
commit 8768e46577
6 changed files with 953 additions and 774 deletions

View file

@ -42,7 +42,7 @@ impl ToplevelCaptureSourceHandler for State {
fn toplevel_source_created(
&mut self,
source: ImageCaptureSource,
toplevel: &ForeignToplevelHandle,
toplevel: ForeignToplevelHandle,
) {
let data = match window_from_ext(self, toplevel) {
Some(toplevel) => ImageCaptureSourceKind::Toplevel(toplevel.clone()),