From 950ee938ccddf7738be207524aeff6d8169f9bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:10:13 +0000 Subject: [PATCH] chore(deps): update iced requirement from 0.12 to 0.14 Updates the requirements on [iced](https://github.com/iced-rs/iced) to permit the latest version. - [Release notes](https://github.com/iced-rs/iced/releases) - [Changelog](https://github.com/iced-rs/iced/blob/master/CHANGELOG.md) - [Commits](https://github.com/iced-rs/iced/compare/0.12.0...0.14.0) --- updated-dependencies: - dependency-name: iced dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f73e46..dde4021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ clap = { version = "4.5", features = ["derive"] } indicatif = "0.17" # UI dependencies -iced = "0.12" +iced = "0.14" winit = "0.30" # Downgrade wgpu to 0.19 to be compatible with iced 0.12's web-sys =0.3.67 requirement wgpu = "0.19"