From 33e6226cd660b4a7f32d6375cb96abcef3dd6acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:12:06 +0000 Subject: [PATCH] Update iced requirement from 0.10.0 to 0.13.1 --- updated-dependencies: - dependency-name: iced dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appirition/Cargo.toml | 2 +- ghast/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appirition/Cargo.toml b/appirition/Cargo.toml index 6e9d827..e2024f4 100644 --- a/appirition/Cargo.toml +++ b/appirition/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -iced = { version = "0.10.0", features = ["canvas", "palette"] } +iced = { version = "0.13.1", features = ["canvas", "palette"] } palette = "0.7.3" spirit = { path = "../spirit" } diff --git a/ghast/Cargo.toml b/ghast/Cargo.toml index ef83290..7226deb 100644 --- a/ghast/Cargo.toml +++ b/ghast/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -iced = { version = "0.12.1", features = ["advanced", "canvas", "image", "tokio"] } +iced = { version = "0.13.1", features = ["advanced", "canvas", "image", "tokio"] } itertools = "0.13.0" spirit = { path = "../spirit" } time = { version = "0.3.36", features = ["local-offset"] }