Fix image version (#5100)

This commit is contained in:
Laurenz 2024-10-02 17:58:25 +02:00 committed by GitHub
parent f6406ed901
commit d86789c1f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ icu_provider_adapters = "1.4"
icu_provider_blob = "1.4"
icu_segmenter = { version = "1.4", features = ["serde"] }
if_chain = "1"
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif"] }
image = { version = "0.25.2", default-features = false, features = ["png", "jpeg", "gif"] }
indexmap = { version = "2", features = ["serde"] }
kamadak-exif = "0.5"
kurbo = "0.11"