Skip to content

Commit

Permalink
Update ordered-float requirement from 4 to 5
Browse files Browse the repository at this point in the history
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and msk committed Feb 23, 2025
1 parent 1f4858e commit 65d2042
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 @@ -20,7 +20,7 @@ codecov = { repository = "petabi/petal-neighbors", service = "github" }
[dependencies]
ndarray = "0.16"
num-traits = "0.2"
ordered-float = "4"
ordered-float = "5"
thiserror = "2"

[dev-dependencies]
Expand Down

0 comments on commit 65d2042

Please sign in to comment.