fix(deps): update rust crate libwebp-sys to 0.12.0 (#280)
Some checks failed
Build using Cargo / build (push) Has been cancelled
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:
parent
b04a2936ce
commit
d58d3053be
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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]]
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue