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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-29 20:36:22 +00:00 committed by GitHub
parent 65b40c498b
commit 5687c5fc33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 5 deletions

25
Cargo.lock generated
View file

@ -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",
]

View file

@ -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"