From 3feac0581347eb96f7cdadf8e3aef35cd2ea6ed9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Oct 2024 09:27:03 +0000
Subject: [PATCH] Update float-cmp requirement from 0.9 to 0.10

---
updated-dependencies:
- dependency-name: float-cmp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 18b10b8..c4dfc06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ rust-version = "1.64"
 itoa = "1"
 ryu = "1"
 halfbrown = { version = "0.2", optional = true }
-float-cmp = "0.9"
+float-cmp = "0.10"
 ordered-float = { version = "4", optional = true }
 hashbrown = { version = "0.14", optional = true }
 abi_stable = { version = "0.11.0", optional = true, default-features = false }