From f36274eee893fbf1078f94779e0bbd5e33451077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:52:07 +0000 Subject: [PATCH] fix(deps): update rust crate ordered-float to v5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb6830..3879786 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 = "5.0.0" regex = "1.9.0" separator = "0.4.1" unicode-segmentation = "1.10.1"