From f1aa5b1f7105381ffb09910fa61203163e3d648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:36:20 +0000 Subject: [PATCH] Bump webp from 0.3.0 to 0.3.1 Bumps [webp](https://github.com/jaredforth/webp) from 0.3.0 to 0.3.1. - [Commits](https://github.com/jaredforth/webp/commits) --- updated-dependencies: - dependency-name: webp dependency-version: 0.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36577ad..5579eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -1275,9 +1275,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "webp" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f53152f51fb5af0c08484c33d16cca96175881d1f3dec068c23b31a158c2d99" +checksum = "c071456adef4aca59bf6a583c46b90ff5eb0b4f758fc347cea81290288f37ce1" dependencies = [ "image", "libwebp-sys", diff --git a/Cargo.toml b/Cargo.toml index a3e3969..c16023e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ kamadak-exif = "0.5.5" ravif = "0.11.5" rayon = "1.10.0" rgb = "0.8.37" -webp = "0.3.0" +webp = "0.3.1" [dependencies.clap] version = "4.5.6"