From 1336b9324e240776b67e4d726620791634a35867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:56:25 +0000 Subject: [PATCH] Update Rust crate image to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0db3f1a..37f2da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] env_logger = "0.11.3" -image = "0.24.9" +image = "0.25.0" imageproc = "0.23.0" log = "0.4.21" once_cell = "1.19.0"