From 8161f69504a7fee9eaf8d4a737bec6095e5499fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:26:41 -0500 Subject: [PATCH] chore(deps): update image requirement from 0.24.7 to 0.25.0 (#98) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 }