Bump image-webp from 0.2.3 to 0.2.4
- ID
e857553- date
2025-09-08 11:59:19+00:00- author
dependabot <https://github.com/dependabot>- parent
3fcdc42- message
Bump image-webp from 0.2.3 to 0.2.4 Bumps [image-webp](https://github.com/image-rs/image-webp) from 0.2.3 to 0.2.4. - [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.4 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 76183ac..37f537f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -333,9 +333,9 @@ dependencies = [
[[package]]
name = "image-webp"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f6970fe7a5300b4b42e62c52efa0187540a5bef546c60edaf554ef595d2e6f0b"
+checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
dependencies = [
"byteorder-lite",
"quick-error",
Cargo.toml (500) → Cargo.toml (500)
diff --git a/Cargo.toml b/Cargo.toml
index f4f8426..c3c4dec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
assert_cmd = "2.0.17"
clap = { version = "4.5.47", features = ["derive"] }
-image-webp = "0.2.3"
+image-webp = "0.2.4"
predicates = "3"
[dependencies.kmeans_colors]