Update ordered-float to 5.0.0.

This commit is contained in:
Aman Verma
2025-03-27 21:02:14 -05:00
parent 6df4eaf809
commit e273b007a2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2039,9 +2039,9 @@ dependencies = [
[[package]] [[package]]
name = "ordered-float" name = "ordered-float"
version = "4.6.0" version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01"
dependencies = [ dependencies = [
"num-traits", "num-traits",
] ]

View File

@@ -60,7 +60,7 @@ libc = "0.2.155"
libloading = "0.8" libloading = "0.8"
scryer-modular-bitfield = "0.11.4" scryer-modular-bitfield = "0.11.4"
num-order = { version = "1.2.0" } num-order = { version = "1.2.0" }
ordered-float = "4.2.2" ordered-float = "5.0.0"
phf = { version = "0.11", features = ["macros"] } phf = { version = "0.11", features = ["macros"] }
rand = "0.8.5" rand = "0.8.5"
regex = "1.10.6" regex = "1.10.6"