Update ordered-float requirement from 3.0 to 4.1
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](https://github.com/reem/rust-ordered-float/compare/v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dc0bc5a219
commit
2f01ebe708
|
@ -17,7 +17,7 @@ with-serde = ["serde", "serde-big-array"]
|
|||
[dependencies]
|
||||
indicatif = { version = "0.17", optional = true }
|
||||
num_cpus = "1.13"
|
||||
ordered-float = "3.0"
|
||||
ordered-float = "4.1"
|
||||
parking_lot = "0.12"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rayon = "1.5"
|
||||
|
|
Loading…
Reference in New Issue