fix(deps): update rust crate libwebp-sys to 0.10.0

This commit is contained in:
renovate[bot] 2024-09-10 13:31:50 +00:00
parent 0f290ff3b6
commit f6ffd3d8bb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1040,9 +1040,9 @@ dependencies = [
[[package]]
name = "libwebp-sys"
version = "0.9.6"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54cd30df7c7165ce74a456e4ca9732c603e8dc5e60784558c1c6dc047f876733"
checksum = "5fe93919afbb089fef024148649c5724de23f2d97f7f7bfbc98e641861cbc827"
dependencies = [
"cc",
"glob",

View File

@ -17,7 +17,7 @@ mimalloc = { version = "0.1.41", optional = true }
# Transcoding Images to WebP/AVIF to save bandwidth
image = { version = "0.25.1", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
libwebp-sys = { version = "0.9.5", optional = true }
libwebp-sys = { version = "0.10.0", optional = true }
ravif = { version = "0.11.5", optional = true }
rgb = { version = "0.8.37", optional = true }