Skip to main content

Bump image-webp from 0.2.2 to 0.2.3

ID
c7f7d1c
date
2025-06-23 10:39:18+00:00
author
dependabot <https://github.com/dependabot>
parent
e3b8abb
message
Bump image-webp from 0.2.2 to 0.2.3

Bumps [image-webp](https://github.com/image-rs/image-webp) from 0.2.2 to 0.2.3.
- [Changelog](https://github.com/image-rs/image-webp/blob/main/CHANGES.md)
- [Commits](https://github.com/image-rs/image-webp/commits)

---
updated-dependencies:
- dependency-name: image-webp
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
changed files
2 files, 3 additions, 3 deletions

Changed files

Cargo.lock (20535) → Cargo.lock (20535)

diff --git a/Cargo.lock b/Cargo.lock
index ea02d75..eee8e7b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -333,9 +333,9 @@ dependencies = [
 
 [[package]]
 name = "image-webp"
-version = "0.2.2"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14d75c7014ddab93c232bc6bb9f64790d3dfd1d605199acd4b40b6d69e691e9f"
+checksum = "f6970fe7a5300b4b42e62c52efa0187540a5bef546c60edaf554ef595d2e6f0b"
 dependencies = [
  "byteorder-lite",
  "quick-error",

Cargo.toml (500) → Cargo.toml (500)

diff --git a/Cargo.toml b/Cargo.toml
index 1deaa41..8a7c552 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
 [dependencies]
 assert_cmd = "2.0.17"
 clap = { version = "4.5.40", features = ["derive"] }
-image-webp = "0.2.2"
+image-webp = "0.2.3"
 predicates = "3"
 
 [dependencies.kmeans_colors]