chore: update dependencies

This commit is contained in:
Michael Aaron Murphy 2024-01-18 16:02:32 +01:00 committed by Michael Murphy
parent 805bafd1b6
commit 8610b181f8
6 changed files with 282 additions and 80 deletions

View file

@ -10,10 +10,10 @@ cosmic-bg-config = { workspace = true }
cosmic-config = { workspace = true }
dirs = "5.0.1"
freedesktop-icons = "0.2.4"
futures-lite = "1.13.0"
image = "0.24.7"
futures-lite = "2.2.0"
image = "0.24.8"
infer = "0.15.0"
rayon = "1.8.0"
rayon = "1.8.1"
sctk = { workspace = true }
tokio = { version = "1.35.1", features = ["sync"] }
tracing = "0.1.40"