fix(deps): update rust crate libwebp-sys to 0.12.0 (#280)
Some checks failed
Build using Cargo / build (push) Has been cancelled

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-20 08:24:41 +00:00 committed by GitHub
parent b04a2936ce
commit d58d3053be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -1226,12 +1226,13 @@ dependencies = [
[[package]]
name = "libwebp-sys"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f80c65814da7a8617fab435f2f3ebe368958f8a4bb7e26105fbbe08a285dafe"
checksum = "af130547aee10d263d7cc28ac1b3612bf1664b5ee2429ec133e4f4ee1e75f720"
dependencies = [
"cc",
"glob",
"pkg-config",
]
[[package]]

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.11.0", optional = true }
libwebp-sys = { version = "0.12.0", optional = true }
ravif = { version = "0.11.5", optional = true }
rgb = { version = "0.8.37", optional = true }