From ed55cc433a36d4b12b662cc87ca90f267afd67cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:46:05 +0000 Subject: [PATCH] Update imageproc requirement from 0.23.0 to 0.24.0 --- updated-dependencies: - dependency-name: imageproc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a861c43..1b2f053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ features = ["0_5", "0_6", "1_2", "demux", "mux"] [dev-dependencies] image = { version = "0.24.1", default_features = false, features = ["png"] } -imageproc = "0.23.0" +imageproc = "0.24.0" env_logger = "0.10.0" [features]