diff --git a/Cargo.lock b/Cargo.lock index ff50abd..46ed050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,9 +385,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "image" -version = "0.25.4" +version = "0.25.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc144d44a31d753b02ce64093d532f55ff8dc4ebf2ffb8a63c0dda691385acae" +checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" dependencies = [ "bytemuck", "byteorder-lite", diff --git a/jpegxl-rs/Cargo.toml b/jpegxl-rs/Cargo.toml index f1c225b..8107d2b 100644 --- a/jpegxl-rs/Cargo.toml +++ b/jpegxl-rs/Cargo.toml @@ -29,7 +29,7 @@ bench = [] [dependencies] derive_builder = "0.20.2" -image = { version = "0.25.4", optional = true, default-features = false } +image = { version = "0.25.5", optional = true, default-features = false } thiserror = "2.0.3" half = "2.4.1" byteorder = "1.5.0" @@ -40,7 +40,7 @@ path = "../jpegxl-sys" default-features = false [dev-dependencies] -image = { version = "0.25.4", default-features = false, features = [ +image = { version = "0.25.5", default-features = false, features = [ "jpeg", "png", ] } diff --git a/jpegxl-sys/Cargo.toml b/jpegxl-sys/Cargo.toml index 183e0c1..c0ccbfd 100644 --- a/jpegxl-sys/Cargo.toml +++ b/jpegxl-sys/Cargo.toml @@ -36,7 +36,7 @@ path = "../jpegxl-src" optional = true [dev-dependencies] -image = { version = "0.25.4", default-features = false, features = ["png"] } +image = { version = "0.25.5", default-features = false, features = ["png"] } pretty_assertions = "1.4.1" [features]