From 5e171bb47ab2c922373f2768d2d79a7154c48b88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:39:24 +0000 Subject: [PATCH] fix(deps): update rust crate image to 0.24.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e25a52e..aa508e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,9 +930,9 @@ dependencies = [ [[package]] name = "image" -version = "0.24.8" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23" +checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 5f1ac0c..6ad1c15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ qstring = "0.7.2" mimalloc = { version = "0.1.39", optional = true } # 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.9", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true } libwebp-sys = { version = "0.9.5", optional = true } ravif = { version = "0.11.4", optional = true } rgb = { version = "0.8.37", optional = true }