mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
fix(deps): update rust crate libwebp-sys to 0.9.5
This commit is contained in:
parent
8e392ed2e3
commit
db158b11a5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1076,9 +1076,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libwebp-sys"
|
name = "libwebp-sys"
|
||||||
version = "0.9.4"
|
version = "0.9.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3e0df0a0f9444d52aee6335cd724d21a2ee3285f646291799a72be518ec8ee3c"
|
checksum = "829b6b604f31ed6d2bccbac841fe0788de93dbd87e4eb1ba2c4adfe8c012a838"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"glob",
|
"glob",
|
||||||
|
|
|
@ -17,7 +17,7 @@ mimalloc = { version = "0.1.39", optional = true }
|
||||||
|
|
||||||
# Transcoding Images to WebP/AVIF to save bandwidth
|
# Transcoding Images to WebP/AVIF to save bandwidth
|
||||||
image = { version = "0.24.8", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true }
|
image = { version = "0.24.8", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true }
|
||||||
libwebp-sys = { version = "0.9.4", optional = true }
|
libwebp-sys = { version = "0.9.5", optional = true }
|
||||||
ravif = { version = "0.11.4", optional = true }
|
ravif = { version = "0.11.4", optional = true }
|
||||||
rgb = { version = "0.8.37", optional = true }
|
rgb = { version = "0.8.37", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue