From cc4aed4c236ecc20ede154007d0610d9d57ccdca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 04:05:52 +0000 Subject: [PATCH] Update Rust crate imageproc to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b4262a..440b8d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] env_logger = "0.11.3" image = "0.24.9" -imageproc = "0.23.0" +imageproc = "0.25.0" log = "0.4.21" once_cell = "1.19.0" poise = "0.5.7"