Skip to main content

Bump image from 0.25.3 to 0.25.4

ID
1eed6f0
date
2024-10-18 09:47:22+00:00
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
aed7a18
message
Bump image from 0.25.3 to 0.25.4

Bumps [image](https://github.com/image-rs/image) from 0.25.3 to 0.25.4.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](https://github.com/image-rs/image/compare/v0.25.3...v0.25.4)

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

Signed-off-by: dependabot[bot] 

      
changed files
2 files, 3 additions, 3 deletions

Changed files

Cargo.lock (36709) → Cargo.lock (36709)

diff --git a/Cargo.lock b/Cargo.lock
index fb7e704..31ad9f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -470,9 +470,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 
 [[package]]
 name = "image"
-version = "0.25.3"
+version = "0.25.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d97eb9a8e0cd5b76afea91d7eecd5cf8338cd44ced04256cf1f800474b227c52"
+checksum = "bc144d44a31d753b02ce64093d532f55ff8dc4ebf2ffb8a63c0dda691385acae"
 dependencies = [
  "bytemuck",
  "byteorder-lite",

Cargo.toml (206) → Cargo.toml (206)

diff --git a/Cargo.toml b/Cargo.toml
index d1e3229..af703b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2021"
 [dependencies]
 assert_cmd = "2.0.14"
 clap = { version = "4", features = ["derive"] }
-image = "0.25.3"
+image = "0.25.4"
 regex = "1.11.0"
 tempfile = "3"