From 5e24aeb8b32d8f37f1d73d91d6a2a8dd111bdd17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:01:49 +0000 Subject: [PATCH] Update imageproc requirement from 0.23.0 to 0.25.0 in /robohash --- updated-dependencies: - dependency-name: imageproc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robohash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robohash/Cargo.toml b/robohash/Cargo.toml index 293af4c..7cf79bb 100644 --- a/robohash/Cargo.toml +++ b/robohash/Cargo.toml @@ -29,7 +29,7 @@ base64 = "0.21.2" strum = "0.25" strum_macros = "0.25" thiserror = "1.0.37" -imageproc = "0.23.0" +imageproc = "0.25.0" prefer-dynamic = "0" [dev-dependencies]