Skip to content

Commit

Permalink
deps: switch back to arrow latest release with lexical-core fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 7, 2024
1 parent 37abbca commit ce833fd
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 34 deletions.
72 changes: 42 additions & 30 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,6 @@ 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" }

# 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 ce833fd

Please sign in to comment.