Skip to content

Commit

Permalink
deps: use publicsuffix upstream with unreleased dependency bumps; a…
Browse files Browse the repository at this point in the history
…lpha-sort patch section

gets rid of old idna 0.3.0 dependency
  • Loading branch information
jqnatividad committed Oct 15, 2024
1 parent 94f3e04 commit be1bc90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
16 changes: 3 additions & 13 deletions Cargo.lock

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

13 changes: 9 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ polars = { version = "0.43", features = [
"streaming",
"timezones",
], optional = true }
publicsuffix = { version = "2.2", optional = true }
pyo3 = { version = "0.22", features = [
"auto-initialize",
"gil-refs",
Expand Down Expand Up @@ -287,20 +288,23 @@ csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "bump-depen
# see https://github.com/jan-auer/dynfmt/pull/9
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }

# use our fork of governor with bumped dashmap dependency
governor = { git = "https://github.com/jqnatividad/governor", branch = "deps-bump-dashmap" }

# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "ff8533d" }

# 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" }
# use upstream publicsuffix with unreleased dependency bumps
publicsuffix = { git = "https://github.com/rushmorem/publicsuffix", rev = "b300356" }

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

# use our fork of governor with bumped dashmap dependency
governor = { git = "https://github.com/jqnatividad/governor", branch = "deps-bump-dashmap" }
# 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
Expand Down Expand Up @@ -353,6 +357,7 @@ fetch = [
"governor",
"hashbrown",
"jql-runner",
"publicsuffix",
"redis",
"serde_stacker",
"serde_urlencoded",
Expand Down

0 comments on commit be1bc90

Please sign in to comment.