From 63fb752616bfb02791f10779cd37bc072487923e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Thu, 29 Sep 2022 14:16:54 +0200 Subject: [PATCH] fix!: update to latest ordered-float (#503) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec000e89d..f3ba116bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_derive = "1.0" approx = ">=0.3, <0.6" custom_derive = "0.1" newtype_derive = "0.1" -ordered-float = "2.0" +ordered-float = "3.1" regex = { version = "1.3", default-features = false, features = ["std", "perf"] } multimap = ">=0.6, <0.9" fxhash = "0.2"