Update ordered-float requirement from 2.0 to 3.0
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/v2.0.0...v3.0.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
cce042978c
commit
f90bb0a727
|
@ -17,7 +17,7 @@ with-serde = ["serde", "serde-big-array"]
|
|||
[dependencies]
|
||||
indicatif = { version = "0.16", optional = true }
|
||||
num_cpus = "1.13"
|
||||
ordered-float = "2.0"
|
||||
ordered-float = "3.0"
|
||||
parking_lot = "0.12"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rayon = "1.5"
|
||||
|
|
Loading…
Reference in New Issue