Bump dependency versions

This commit is contained in:
Jaby 2025-04-05 22:38:14 +02:00
parent 32da34cad6
commit a475a0c82d
2 changed files with 1291 additions and 379 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,15 +9,15 @@ panic = "abort"
[dependencies]
pathdiff = "0.2.3"
png = "0.17.16"
rfd = "0.15.2"
slint = "1.9.2"
serde = {version = "1.0.140", features = ["derive"]}
rfd = "0.15.3"
slint = "1.10.0"
serde = {version = "1.0.219", features = ["derive"]}
serde_json = "1.0"
tiny-skia = "0.11.4"
tool_helper = {path = "../tool_helper"}
[build-dependencies]
slint-build = "1.9.2"
slint-build = "1.10.0"
[package.metadata.bundle]
name = "TIMTOOL"