diff --git a/Cargo.lock b/Cargo.lock index b3affffc..3716f435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,9 +1352,9 @@ dependencies = [ [[package]] name = "gdk4" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fb4af2d606b0ac4e81f982f0d064bcb71ca73859ce5f30475f7eb2e2be4bc3" +checksum = "75933c4a86e8a2428814d367e22c733304fdfabc87f415750fd2f55409b6ee48" dependencies = [ "cairo-rs", "gdk-pixbuf", @@ -1367,9 +1367,9 @@ dependencies = [ [[package]] name = "gdk4-sys" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3642625b384ad43c006871462e6c498488b503dbf219542591f4ddf0f5f2032b" +checksum = "20af0656d543aed3e57ac4120ef76d091c3c42ab1e0507a8febde7cd005640e2" dependencies = [ "cairo-sys-rs", "gdk-pixbuf-sys", diff --git a/core/Cargo.toml b/core/Cargo.toml index 9e0072b6..0b34b461 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,7 +15,7 @@ base64 = "0.22.1" chrono = "0.4.37" fast_image_resize = { version = "5.0.0", features = ["image"] } ffmpeg-next = "7.1.0" -gdk4 = "0.9.2" +gdk4 = "0.9.4" gio = "0.20.5" glycin = { version = "2.0.1", features = ["gdk4"] } h3o = "0.6.4"