From 419471f928ca0004452d1e0df634e12baa32fcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:22:46 +0000 Subject: [PATCH] Update image requirement from 0.24.2 to 0.25.1 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.2...v0.25.1) --- 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 d561552..3522b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ repository = "https://github.com/SadieCat/img2irc/" [dependencies] clap = { version = "4.0.7", features = ["derive"] } -image = "0.24.2" +image = "0.25.1" lazy_static = "1.4.0" oklab = "1.0.0"