From 43f7dab37c9a4119a73bb9806176ce14fe1caa22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 03:19:31 +0000 Subject: [PATCH] fix(deps): update rust crate image to 0.25.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12e5fc611..03cb673ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1227,9 +1227,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9b4f005360d32e9325029b38ba47ebd7a56f3316df09249368939562d518645" +checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 932f9c40e..78225af00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ default-features = false # Used to generate thumbnails for images [dependencies.image] -version = "0.25.0" +version = "0.25.1" default-features = false features = ["jpeg", "png", "gif", "webp"]