From 1638f7d8aafa9b066a3b5b495258ad3ce5d835f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:09:34 +0000 Subject: [PATCH] fix(deps): update rust crate ordered-float to 3.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb6830..973ce5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ fraction = { version = "0.13.1", default-features = false } lazy_static = "1.4.0" lru = "0.10.0" maplit = "1.0.2" -ordered-float = "3.7.0" +ordered-float = "3.9.1" regex = "1.9.0" separator = "0.4.1" unicode-segmentation = "1.10.1"