From af9e30aada18f9241738e67948bd15eacd747fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:48:59 +0000 Subject: [PATCH] chore(deps): 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 | 6 +++--- crates/mc-gui/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16be90c..e089578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4131,9 +4131,9 @@ dependencies = [ [[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", @@ -4150,7 +4150,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/crates/mc-gui/Cargo.toml b/crates/mc-gui/Cargo.toml index 897021c..811c586 100644 --- a/crates/mc-gui/Cargo.toml +++ b/crates/mc-gui/Cargo.toml @@ -17,7 +17,7 @@ anyhow.workspace = true log.workspace = true simplelog.workspace = true walkdir.workspace = true -rfd = "0.15" +rfd = "0.16" [build-dependencies] slint-build.workspace = true