Bump image-webp from 0.2.1 to 0.2.2
- ID
8970764- date
2025-06-16 10:20:45+00:00- author
dependabot <https://github.com/dependabot>- parent
bf39570- message
Bump image-webp from 0.2.1 to 0.2.2 Bumps [image-webp](https://github.com/image-rs/image-webp) from 0.2.1 to 0.2.2. - [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.2 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 f083343..d017ca2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -333,9 +333,9 @@ dependencies = [
[[package]]
name = "image-webp"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
+checksum = "14d75c7014ddab93c232bc6bb9f64790d3dfd1d605199acd4b40b6d69e691e9f"
dependencies = [
"byteorder-lite",
"quick-error",
Cargo.toml (500) → Cargo.toml (500)
diff --git a/Cargo.toml b/Cargo.toml
index 7370fb9..0f92c54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
assert_cmd = "2.0.17"
clap = { version = "4.5.39", features = ["derive"] }
-image-webp = "0.2.1"
+image-webp = "0.2.2"
predicates = "3"
[dependencies.kmeans_colors]