From 645a62fea4868cf5d5cce76cb4d03ef6f981318f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 23:19:53 +0000 Subject: [PATCH] Update Rust crate image to 0.24.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cb00ae..5913a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] env_logger = "0.10.1" -image = "0.24.7" +image = "0.24.8" imageproc = "0.23.0" log = "0.4.20" once_cell = "1.19.0"