From ab478b7c9afe7491502be61384cc156a909fee3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:03:36 +0000 Subject: [PATCH] build(deps): bump image from 0.25.1 to 0.25.2 Bumps [image](https://github.com/image-rs/image) from 0.25.1 to 0.25.2. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39ab17e..0b80ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,12 +1846,12 @@ dependencies = [ [[package]] name = "image" -version = "0.25.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" +checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10" dependencies = [ "bytemuck", - "byteorder", + "byteorder-lite", "color_quant", "exr", "gif", diff --git a/Cargo.toml b/Cargo.toml index fc8ba9f..8d3c97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tui-input = "0.10.0" tui-widget-list = "0.12.0" crossterm = { version = "0.28.1", features = ["event-stream"] } directories = "5.0.1" -image = "0.25.1" +image = "0.25.2" reqwest = { version = "0.12.4", features = ["json"] } tokio = { version = "1.40.0", features = ["full"] } serde = { version = "1.0.210", features = ["derive"] }