From c99219c1cca29c2d1381a6766aa6d11e7ae6bc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:24:41 -0500 Subject: [PATCH] chore(deps): update kd-tree requirement from 0.5 to 0.6 (#103) Updates the requirements on [kd-tree](https://github.com/u1roh/kd-tree) to permit the latest version. - [Release notes](https://github.com/u1roh/kd-tree/releases) - [Commits](https://github.com/u1roh/kd-tree/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: kd-tree 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 5c8bb743..4eaf220d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ flate2 = { version = "1.0", optional = true } flexbuffers = { version = "2.0", optional = true } half = { version = "2.3.1", optional = true, features = ["serde"] } image = { version = "0.25.0", default-features = false, features = ["png"] } -kd-tree = { version = "0.5", optional = true } +kd-tree = { version = "0.6", optional = true } noise = { version = "0.9.0", optional = true } ply-rs = { version = "0.1", optional = true } rand = "0.8"