From af390e99bc6c4099e79751789febf74273e5811f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:15:29 +0000 Subject: [PATCH] fix(deps): update rust crate iced to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69207c8..570b204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Stream Windows audio to PulseAudio" build = "build.rs" [dependencies] -iced = { version = "0.12", features = ["tokio"] } +iced = { version = "0.14", features = ["tokio"] } iced_aw = { version = "0.9", default-features = false, features = ["icons"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net"] } serde = { version = "1", features = ["derive"] }