From f517cff51a0ce1cd4567f76ad09435d32b83ff44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:25:26 +0000 Subject: [PATCH] chore(deps): update image requirement from 0.24.7 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.7...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 08fd0644..7867c173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ clap = { version = "4.4", features = ["derive"], optional = true } flate2 = { version = "1.0", optional = true } flexbuffers = { version = "2.0", optional = true } half = { version = "2.3.1", optional = true, features = ["serde"] } -image = { version = "0.24.7", default-features = false, features = ["png"] } +image = { version = "0.25.0", default-features = false, features = ["png"] } kd-tree = { version = "0.5", optional = true } noise = { version = "0.8.2", optional = true } ply-rs = { version = "0.1", optional = true }