From d58d3053bee804ac6373439fb5212889a02ead1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:24:41 +0000 Subject: [PATCH] fix(deps): update rust crate libwebp-sys to 0.12.0 (#280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d5bed2..271fbd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index f3b7a48..73a5eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }