From 5687c5fc3375abcc8a1ca5e5560ca79e6791798d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:36:22 +0000 Subject: [PATCH] chore(deps): bump webp from 0.2.6 to 0.3.1 Bumps [webp](https://github.com/jaredforth/webp) from 0.2.6 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 | 25 +++++++++++++++++++++---- crates/avatars/Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0ea3bde..1380b78c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ dependencies = [ "form_urlencoded", "futures", "gif", - "image", + "image 0.24.9", "libpk", "reqwest 0.12.15", "rust-s3", @@ -446,6 +446,12 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" +[[package]] +name = "byteorder-lite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" + [[package]] name = "bytes" version = "1.10.1" @@ -1845,6 +1851,17 @@ dependencies = [ "tiff", ] +[[package]] +name = "image" +version = "0.25.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" +dependencies = [ + "bytemuck", + "byteorder-lite", + "num-traits", +] + [[package]] name = "indexmap" version = "2.8.0" @@ -4826,11 +4843,11 @@ dependencies = [ [[package]] name = "webp" -version = "0.2.6" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bb5d8e7814e92297b0e1c773ce43d290bef6c17452dafd9fc49e5edb5beba71" +checksum = "c071456adef4aca59bf6a583c46b90ff5eb0b4f758fc347cea81290288f37ce1" dependencies = [ - "image", + "image 0.25.6", "libwebp-sys", ] diff --git a/crates/avatars/Cargo.toml b/crates/avatars/Cargo.toml index 725e5396..d241c501 100644 --- a/crates/avatars/Cargo.toml +++ b/crates/avatars/Cargo.toml @@ -26,4 +26,4 @@ form_urlencoded = "1.2.1" rust-s3 = { version = "0.33.0", default-features = false, features = ["tokio-rustls-tls"] } sha2 = "0.10.8" thiserror = "1.0.56" -webp = "0.2.6" +webp = "0.3.1"