summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-02-12 19:07:31 +0000
committerJoe Carstairs <me@joeac.net>2026-02-12 19:07:31 +0000
commit3c8a428c195da414171bd6e9064f26c4a66ffe61 (patch)
treeb72ae243115d5d9aa82b11d969a6e689301498f8 /Cargo.toml
parent8659e9df22908fb10afb8d949a523d347634e637 (diff)
task-085: upgrade iced 0.13.1 -> 0.14.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66cee1d..122c806 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ diesel = { version = "2.2.0" }
diesel_migrations = "2.2.0"
dirs = "6.0"
dotenvy = "0.15.7"
-iced = "0.13.1"
+iced = "0.14.0"
itertools = "0.13.0"
libsqlite3-sys = { version = "0.30.1", features = ["bundled"] }
rfd = "0.15.4"