fix: use image feature of jxl-oxide to fix image decoding error

This commit is contained in:
Michael Aaron Murphy 2025-08-18 16:11:13 +02:00
parent 1a37a81b66
commit fbe004b031
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 24 additions and 77 deletions

View file

@ -21,7 +21,7 @@ futures-lite = "2.6.0"
futures-util = "0.3.31"
image = "0.25.6"
infer = "0.19.0"
jxl-oxide = "0.12.2"
jxl-oxide = { version = "0.12.4", features = ["image"] }
tokio = { version = "1.47.0", features = ["sync"] }
tracing = "0.1.41"
walkdir = "=2.5.0"