From e6133c976f513576e4762a2adcb9ff836b57452c Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Wed, 22 Jan 2025 05:25:09 -0500 Subject: [PATCH] Update to a current version of lexical-parse-float (#182) --- crates/jiter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/jiter/Cargo.toml b/crates/jiter/Cargo.toml index 789cc2ce..97ac5bd6 100644 --- a/crates/jiter/Cargo.toml +++ b/crates/jiter/Cargo.toml @@ -17,7 +17,7 @@ num-traits = "0.2.16" ahash = "0.8.0" smallvec = "1.11.0" pyo3 = { workspace = true, optional = true } -lexical-parse-float = { version = "0.8.5", features = ["format"] } +lexical-parse-float = { version = "1.0.5", features = ["format"] } bitvec = "1.0.1" [features]