From e273b007a2ec79f3dd77625684fcb5b3ed6b3319 Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Thu, 27 Mar 2025 21:02:14 -0500 Subject: [PATCH] Update ordered-float to 5.0.0. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e08d8551..5a0941ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2039,9 +2039,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.6.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" +checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 7ad54ba1..397566a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ libc = "0.2.155" libloading = "0.8" scryer-modular-bitfield = "0.11.4" num-order = { version = "1.2.0" } -ordered-float = "4.2.2" +ordered-float = "5.0.0" phf = { version = "0.11", features = ["macros"] } rand = "0.8.5" regex = "1.10.6" -- 2.54.0