Skip to content

Commit

Permalink
Bump lexical from 6.1.1 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [lexical](https://github.com/Alexhuszagh/rust-lexical) from 6.1.1 to 7.0.0.
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](https://github.com/Alexhuszagh/rust-lexical/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed Sep 30, 2024
1 parent 1ae5bcc commit bff8093
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 16 deletions.
92 changes: 78 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tremor-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beef = "0.5"
byteorder = "1.5"
itoa = "1"
ryu = "1"
lexical = "6"
lexical = "7"
simdutf8 = "0.1"
chrono = "0.4"
uuid = { version = "1.9", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion tremor-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustc-args = ["-C target-feature=+avx,+avx2,+sse4.2"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lexical = "6.1.1"
lexical = "7.0.0"
value-trait = "0.8"

[dev-dependencies]
Expand Down

0 comments on commit bff8093

Please sign in to comment.