Skip to content

Commit

Permalink
deps: bump arrow to latest upstream; add back comment about lexical…
Browse files Browse the repository at this point in the history
…-core soundness issues
  • Loading branch information
jqnatividad committed Sep 23, 2024
1 parent 04fa0a0 commit ae24d82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,9 @@ csv = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-opt
csv-core = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-optimized" }
csv-index = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-optimized" }

# use arrow 53 upstream with unreleased lexical-core fix
arrow = { git = "https://github.com/apache/arrow-rs", rev = "5414f1d" }
# older lexical-core versions have soundness issues - https://rustsec.org/advisories/RUSTSEC-2023-0086
# use arrow 53 upstream with unreleased lexical-core fix & other fixes; used by csvlens
arrow = { git = "https://github.com/apache/arrow-rs", rev = "b809021" }

# use our csvlens fork with latest dependencies, including arrow 53 upstream, with unreleased lexical-core fix
csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "dependency-upgrades-lexical-core_fix" }
Expand Down

0 comments on commit ae24d82

Please sign in to comment.