diff --git a/Cargo.lock b/Cargo.lock index f1d3517..f21e7d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,9 +213,6 @@ dependencies = [ "serde_repr", "tokio", "url", - "wayland-backend", - "wayland-client", - "wayland-protocols", "zbus", ] @@ -2548,9 +2545,9 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" [[package]] name = "rfd" -version = "0.15.4" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" +checksum = "a15ad77d9e70a92437d8f74c35d99b4e4691128df018833e99f90bcd36152672" dependencies = [ "ashpd", "block2 0.6.2", @@ -2567,7 +2564,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/crates/unmapper-gui/Cargo.toml b/crates/unmapper-gui/Cargo.toml index 4609fb5..f912231 100644 --- a/crates/unmapper-gui/Cargo.toml +++ b/crates/unmapper-gui/Cargo.toml @@ -26,5 +26,5 @@ glam = { workspace = true } anyhow = { workspace = true } tracing = { workspace = true } pollster = { workspace = true } -rfd = { version = "0.15", default-features = false, features = ["xdg-portal", "tokio"] } +rfd = { version = "0.16", default-features = false, features = ["xdg-portal", "tokio"] } image = { version = "0.25", default-features = false, features = ["png", "jpeg", "bmp", "tiff", "webp"] }