From c356dbff066cc53196242f62c583213cf2805000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:29:39 +0000 Subject: [PATCH] chore(cargo): bump image from 0.25.4 to 0.25.5 Bumps [image](https://github.com/image-rs/image) from 0.25.4 to 0.25.5. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.4...v0.25.5) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06e23fd4d..5db2018bc 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 4f2b783a6..ab64e381d 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"