Skip to content

Commit

Permalink
deps: use our patched xlsxwriter fork with bumped bindgen dependency
Browse files Browse the repository at this point in the history
which also removed other old indirect dependencies
  • Loading branch information
jqnatividad committed Sep 20, 2024
1 parent ef465c7 commit 86086ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 49 deletions.
65 changes: 17 additions & 48 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ uuid = { version = "1", features = ["v4", "v7"] }
url = "2.5"
vader_sentiment = { version = "0.1", optional = true }
whatlang = { version = "0.16", optional = true }
xlsxwriter = { version = "0.6", optional = true }
xxhash-rust = { version = "0.8", features = ["xxh3"] }

# enable parking_lot hardware lock elision on x86_64
Expand Down Expand Up @@ -299,6 +300,9 @@ simd-json = { git = "https://github.com/jqnatividad/simd-json", branch = "0.13.1
# use modernized version of local_encoding
local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }

# use of fork of xlsxwriter with bumped bindgen dependency
xlsxwriter = { git = "https://github.com/jqnatividad/xlsxwriter-rs", branch = "bump-bindgen-to-0.70.1"}

# Polars has a much higher release tempo for its Python bindings compared
# to its underlying Rust library. See https://github.com/pola-rs/polars/releases
# It's qsv's policy to use the latest upstream of polars/py-polars
Expand Down Expand Up @@ -365,7 +369,7 @@ geocode = [
]
luau = ["mlua", "sanitize-filename", "simple-expand-tilde"]
python = ["pyo3"]
to = ["csvs_convert"]
to = ["csvs_convert", "xlsxwriter"]
lens = ["arrow", "csvlens"]
lite = []
datapusher_plus = ["self_update"]
Expand Down

0 comments on commit 86086ad

Please sign in to comment.