From f972ad94b531105d562175c9db0ef8641cc9cb15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 07:39:06 +0000 Subject: [PATCH] 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 ++-- ocrs-cli/Cargo.toml | 2 +- ocrs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6bb673..d73792f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,9 +199,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/ocrs-cli/Cargo.toml b/ocrs-cli/Cargo.toml index b4f45a1..744727a 100644 --- a/ocrs-cli/Cargo.toml +++ b/ocrs-cli/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/robertknight/ocrs" repository = "https://github.com/robertknight/ocrs" [dependencies] -image = { version = "0.25.4", default-features = false, features = ["png", "jpeg", "webp"] } +image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "webp"] } png = "0.17.14" serde_json = "1.0.132" rten = { workspace = true } diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index 2a90f86..545f0bf 100644 --- a/ocrs/Cargo.toml +++ b/ocrs/Cargo.toml @@ -23,7 +23,7 @@ wasm-bindgen = "0.2.93" [dev-dependencies] fastrand = "2.1.1" -image = { version = "0.25.4", default-features = false, features = ["png", "jpeg", "webp"] } +image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "webp"] } lexopt = "0.3.0" [lib]