chore: update dependencies

Adapts color picker drawers to new designs.
This commit is contained in:
Vukašin Vojinović 2025-11-04 19:24:50 +01:00 committed by Michael Murphy
parent 29b4f9cae5
commit 1698734b28
15 changed files with 514 additions and 567 deletions

View file

@ -9,10 +9,10 @@ rust-version.workspace = true
[dependencies]
byte-unit = "5.1.6"
const_format = "0.2.34"
const_format = "0.2.35"
concat-in-place = "1.1.0"
sysinfo = "0.36.1"
memchr = "2.7.5"
memchr = "2.7.6"
[dependencies.bumpalo]
version = "3.19.0"

View file

@ -19,7 +19,7 @@ futures-lite = "2.6.1"
futures-util = "0.3.31"
image = "0.25.8"
infer = "0.19.0"
jxl-oxide = { version = "0.12.4", features = ["image"] }
jxl-oxide = { version = "0.12.5", features = ["image"] }
tokio = { workspace = true, features = ["sync"] }
tracing = "0.1.41"
walkdir = "=2.5.0"