From 71cea1c5673afa9bb1b692955eb13ac3c38e3735 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 12e5fc61..03cb673a 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 932f9c40..78225af0 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"]