From 8f8b554e02f7e2448b27bcd5dabcfffb482d17ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:19:40 +0100 Subject: [PATCH] chore(deps): update rust crate ordered-float to 4.2.0 (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- candidate-selection/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candidate-selection/Cargo.toml b/candidate-selection/Cargo.toml index fedc869..e5f91dc 100644 --- a/candidate-selection/Cargo.toml +++ b/candidate-selection/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] arrayvec = "0.7.4" -ordered-float = { version = "4.1.1", default-features = false } +ordered-float = { version = "4.2.0", default-features = false } permutation = "0.4.1" proptest = "1.4.0" rand = { version = "0.8.5", default-features = false, features = ["alloc"] }