From e501ee0c85712821535996bb3a692baae26c46e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 19:09:47 +0000 Subject: [PATCH] fix(deps): update rust crate ordered-float to 3.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb6830..954c2e6 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.0" regex = "1.9.0" separator = "0.4.1" unicode-segmentation = "1.10.1"