fix(deps): update rust crate image to 0.25.0

This commit is contained in:
renovate[bot] 2024-03-11 03:08:16 +00:00
parent 9ede2496f1
commit 3bf276a0ed
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ qstring = "0.7.2"
mimalloc = { version = "0.1.39", optional = true }
# Transcoding Images to WebP/AVIF to save bandwidth
image = { version = "0.24.9", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true }
image = { version = "0.25.0", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true }
libwebp-sys = { version = "0.9.5", optional = true }
ravif = { version = "0.11.4", optional = true }
rgb = { version = "0.8.37", optional = true }