diff --git a/Cargo.lock b/Cargo.lock index 19fce4dc0..90e6622eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2911,9 +2911,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 7ea210917..a6ef6f283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ http-body-util = "0.1.2" humansize = "2" hyper = "1" hyper-util = "0.1.10" -image = { version = "0.25.4", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } +image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { version = "0.28.1", default-features = false, features = ["net"] } iroh-net = { version = "0.28.1", default-features = false } kamadak-exif = "0.6.1"