mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-12-06 19:16:48 +01:00
fix(deps): update rust crate libwebp-sys to 0.11.0
Build using Cargo / build (push) Has been cancelled
Build using Cargo / build (push) Has been cancelled
This commit is contained in:
Generated
+2
-2
@@ -1051,9 +1051,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libwebp-sys"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "20b23924c5df0186ee8743fd82a79135a609a2487b1395197c96a79be6061f1f"
|
||||
checksum = "6f80c65814da7a8617fab435f2f3ebe368958f8a4bb7e26105fbbe08a285dafe"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"glob",
|
||||
|
||||
+1
-1
@@ -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.10.0", optional = true }
|
||||
libwebp-sys = { version = "0.11.0", optional = true }
|
||||
ravif = { version = "0.11.5", optional = true }
|
||||
rgb = { version = "0.8.37", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user