Skip to content

Commit

Permalink
deps: use serde-json upstream with unreleased optmizations
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 27, 2024
1 parent 40dda9c commit 5bf1618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", br
# use of fork of xlsxwriter with bumped bindgen dependency
xlsxwriter = { git = "https://github.com/jqnatividad/xlsxwriter-rs", branch = "bump-bindgen-to-0.70.1"}

# use serde_json with unreleased optimizations
serde_json = { git = "https://github.com/serde-rs/json", rev = "1faf3a1" }

# 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

0 comments on commit 5bf1618

Please sign in to comment.