Skip to content

Commit

Permalink
Update lexical-core requirement from 0.8.5 to 1.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [lexical-core](https://github.com/Alexhuszagh/rust-lexical) to permit the latest version.
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...1.0.1)

---
updated-dependencies:
- dependency-name: lexical-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 6cc1b5f commit 39faa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pyo3 = { version = "0.22.0", features = [
num-traits = { version = "0.2.15", default-features = false, features = [
"libm",
] }
lexical-core = { version = "0.8.5", default-features = false, features = [
lexical-core = { version = "1.0.1", default-features = false, features = [
"parse-integers",
"parse-floats",
] }
Expand Down

0 comments on commit 39faa6e

Please sign in to comment.