From 088fb3cd1d5d589be4bd3e271c240b715cd4b3af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:00:42 +0000 Subject: [PATCH] Update rfd requirement from 0.14 to 0.17 Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version. - [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.14.0...0.17.2) --- updated-dependencies: - dependency-name: rfd dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/settings_app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/settings_app/Cargo.toml b/crates/settings_app/Cargo.toml index 42e20ac..39f710f 100644 --- a/crates/settings_app/Cargo.toml +++ b/crates/settings_app/Cargo.toml @@ -11,7 +11,7 @@ log = { workspace = true } dark-light = "1.1" image = "0.25" iced = { version = "0.12", features = ["image"] } -rfd = "0.14" +rfd = "0.17" local = { path = "../local" } weather_dirs = { path = "../weather_dirs" }