From 9521558d458d37225c697f8ecb1a5f94c6c92a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:24:13 +0000 Subject: [PATCH] Update image requirement from 0.24.5 to 0.25.3 in /robohash Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.24.5...v0.25.3) --- updated-dependencies: - dependency-name: image 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..21d1cb0 100644 --- a/robohash/Cargo.toml +++ b/robohash/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.66" data-encoding = "2.3.2" byteorder = "1.4.3" walkdir = "2.3.2" -image = "0.24.5" +image = "0.25.3" base64 = "0.21.2" strum = "0.25" strum_macros = "0.25"