From 9b2e3cfcba3beedf1bc041b74f3162d8d5ac3373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:59:48 +0000 Subject: [PATCH] Update image requirement from 0.24.6 to 0.25.0 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.6...v0.25.0) --- 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 04a006f..20c87d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ instant = "0.1" kira = "0.8.5" bytemuck = { version = "1.13.1", features = ["derive"] } wgpu_macros = "0.1.0" -image = "0.24.6" +image = "0.25.0" rayon = "1.7.0" clap = { version = "4.3.10", features = ["derive"] } gltf = "1.2.0"