diff --git a/Cargo.toml b/Cargo.toml index cc75ac5..3b16b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ module_name_repetitions = "allow" [dependencies] fastrand = "2.0.2" num-traits = "0.2.18" -ordered-float = { version = "4.2.0", optional = true } +ordered-float = { version = "5.0.0", optional = true } [dev-dependencies] approx = "0.5.1"