From 8a9e5a7230ef9fa73a52ac5606774959ffae9471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:00:24 +0000 Subject: [PATCH] Update dark-light requirement from 1.1 to 2.0 Updates the requirements on [dark-light](https://github.com/rust-dark-light/rust-dark-light) to permit the latest version. - [Commits](https://github.com/rust-dark-light/rust-dark-light/compare/1.1.0...2.0.0) --- updated-dependencies: - dependency-name: dark-light dependency-version: 2.0.0 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..2cfea42 100644 --- a/crates/settings_app/Cargo.toml +++ b/crates/settings_app/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] log = { workspace = true } -dark-light = "1.1" +dark-light = "2.0" image = "0.25" iced = { version = "0.12", features = ["image"] } rfd = "0.14"