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"] }