From 33a0034a10a89dde680d997027863aca2686d0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:08:47 +0000 Subject: [PATCH] Update image requirement from 0.24.5 to 0.25.5 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.5) --- updated-dependencies: - dependency-name: image 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 f00b50d..2c30e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ emojis = "0.5" futures = "0.3" gethostname = "0.4.1" html5ever = "0.26.0" -image = "0.24.5" +image = "0.25.5" libc = "0.2" markup5ever_rcdom = "0.2.0" mime = "^0.3.16"