From 931a1fe7a18de607ee473958dfd803de6ccdc3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:26:09 +0000 Subject: [PATCH] Bump rfd from 0.15.4 to 0.16.0 Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.15.4 to 0.16.0. - [Release notes](https://github.com/PolyMeilex/rfd/releases) - [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md) - [Commits](https://github.com/PolyMeilex/rfd/compare/0.15.4...0.16.0) --- updated-dependencies: - dependency-name: rfd dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6878f30..d03158d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,9 +193,6 @@ dependencies = [ "serde", "serde_repr", "url", - "wayland-backend", - "wayland-client", - "wayland-protocols", "zbus", ] @@ -2732,9 +2729,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", @@ -2751,7 +2748,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7fe7052..f5ff9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ dirs = "5.0" eframe = { version = "0.31", optional = true, default-features = false, features = ["default_fonts", "glow", "wayland", "x11"] } hex = "0.4" image = { version = "0.25", optional = true, default-features = false, features = ["png"] } -rfd = { version = "0.15", optional = true, default-features = false, features = ["async-std", "xdg-portal"] } +rfd = { version = "0.16", optional = true, default-features = false, features = ["async-std", "xdg-portal"] } rusqlite = { version = "0.32", features = ["bundled", "backup"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"