From 2f01ebe7084ce07b5f4e62adb41904d4a1b9c68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:27:39 +0000 Subject: [PATCH] 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] --- 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 88ccb6f..55a0e46 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.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"