Skip to main content

Bump image-webp from 0.2.0 to 0.2.1

ID
d3eb325
date
2025-01-13 09:25:38+00:00
author
dependabot <https://github.com/dependabot>
parent
1ae34e6
message
Bump image-webp from 0.2.0 to 0.2.1

Bumps [image-webp](https://github.com/image-rs/image-webp) from 0.2.0 to 0.2.1.
- [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-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 (18077) → Cargo.lock (18077)

diff --git a/Cargo.lock b/Cargo.lock
index 9f7baf5..a15db3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -296,9 +296,9 @@ dependencies = [
 
 [[package]]
 name = "image-webp"
-version = "0.2.0"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
+checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 dependencies = [
  "byteorder-lite",
  "quick-error",

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

diff --git a/Cargo.toml b/Cargo.toml
index 4ee221b..d699d5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
 [dependencies]
 assert_cmd = "2.0.16"
 clap = { version = "4.5.26", features = ["derive"] }
-image-webp = "0.2.0"
+image-webp = "0.2.1"
 predicates = "3"
 
 [dependencies.kmeans_colors]