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"] }