Skip to main content

Merge pull request #19 from alexwlchan/dependabot/cargo/image-0.25.4

ID
12609ce
date
2024-10-20 20:12:31+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
aed7a18, 1eed6f0
message
Merge pull request #19 from alexwlchan/dependabot/cargo/image-0.25.4

Bump image from 0.25.3 to 0.25.4
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"