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]