diff --git a/Cargo.toml b/Cargo.toml index 044bab50..62ddaf45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ evalexpr = { git = "https://github.com/FruitieX/evalexpr", branch = "rasmus/type "serde_support", "rand", ] } -ordered-float = { version = "=4.6.0", features = ["serde"] } +ordered-float = { version = "=5.0.0", features = ["serde"] } jsonptr = "=0.7.1" serde_json_path = "=0.7.2" serde-this-or-that = "=0.5.0"