diff --git a/Cargo.toml b/Cargo.toml index 053e39218ea..3262749b72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,11 +189,13 @@ flame = "0.2.2" getrandom = { version = "0.3", features = ["std"] } glob = "0.3" hex = "0.4.3" +hexf-parse = "0.2.1" indexmap = { version = "2.14.0", features = ["std"] } insta = "1.47" itertools = "0.14.0" is-macro = "0.3.7" junction = "1.4.2" +lexical-parse-float = "1.0.6" libc = "0.2.186" libffi = "5" log = "0.4.29" diff --git a/crates/literal/Cargo.toml b/crates/literal/Cargo.toml index 3f0bec33c30..b9795a771eb 100644 --- a/crates/literal/Cargo.toml +++ b/crates/literal/Cargo.toml @@ -11,9 +11,9 @@ rust-version = { workspace = true } [dependencies] rustpython-wtf8 = { workspace = true } -hexf-parse = "0.2.1" +hexf-parse = { workspace = true } is-macro.workspace = true -lexical-parse-float = { version = "1.0.6", features = ["format"] } +lexical-parse-float = { workspace = true, features = ["format"] } num-traits = { workspace = true } icu_properties = { workspace = true }