From f90bb0a727c36d30c657a81c2ed5c1193c11185b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 13:10:10 +0000 Subject: [PATCH] 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] --- instant-distance/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-distance/Cargo.toml b/instant-distance/Cargo.toml index b1aa366..53cfd2c 100644 --- a/instant-distance/Cargo.toml +++ b/instant-distance/Cargo.toml @@ -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"