chore: update dependencies
Adapts color picker drawers to new designs.
This commit is contained in:
parent
29b4f9cae5
commit
1698734b28
15 changed files with 514 additions and 567 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue