]> Repositorios git - scryer-prolog.git/commitdiff
Update ordered-float to 5.0.0.
authorAman Verma <[email protected]>
Fri, 28 Mar 2025 02:02:14 +0000 (21:02 -0500)
committerAman Verma <[email protected]>
Mon, 31 Mar 2025 09:11:15 +0000 (04:11 -0500)
Cargo.lock
Cargo.toml

index e08d8551ff0e8d188a111cc4e448149a6112314c..5a0941ce386f3cdb1072440054b7437456246144 100644 (file)
@@ -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",
 ]
index 7ad54ba1438582ec9285e9227594200f7464dd51..397566a6b77f09f5da551f1dba3945dc1555c5e1 100644 (file)
@@ -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"