Skip to content

Commit

Permalink
chore(deps): update kd-tree requirement from 0.5 to 0.6 (#103)
Browse files Browse the repository at this point in the history
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](u1roh/kd-tree@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: kd-tree
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 4980089 commit c99219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c99219c

Please sign in to comment.