feat: update dependencies for improved compatibility and performance

This commit is contained in:
2026-03-15 19:14:50 +01:00
parent 4283460c82
commit bf065ffdf0
6 changed files with 40 additions and 125 deletions

View File

@@ -17,11 +17,11 @@ resolver = "2"
[workspace.dependencies]
async-trait = "0.1"
dirs = "5.0"
dirs = "6.0"
futures = "0.3"
iced = { version = "0.14", features = ["image", "svg", "tokio", "tiny-skia"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] }
toml = "0.8"
toml = "1.0"
tracing = "0.1"