Skip to content

Commit

Permalink
feat: Update dependencies versions for rayon, walkdir, pyo3, bstr, la…
Browse files Browse the repository at this point in the history
…zy_static, tempfile, parquet, arrow, flate2, and clap
  • Loading branch information
cauliyang committed Oct 13, 2024
1 parent 33d3d08 commit fbf8deb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ debug = 1
[dependencies]
thiserror = "1.0"
anyhow = "1.0"
walkdir = { version = "2.4" }
rayon = { version = "1.8" }
pyo3 = { version = "0.21.0", features = [
walkdir = { version = "2.5" }
rayon = { version = "1.10" }
pyo3 = { version = "0.21.2", features = [
"abi3-py310",
"extension-module",
"anyhow",
Expand Down Expand Up @@ -137,21 +137,21 @@ bitvec = "1.0"
itertools = "0.13.0"
derive_builder = "0.20"
lexical = "7.0"
bstr = "1.9.1"
lazy_static = "1.4.0"
tempfile = "3.10"
parquet = "52.0.0"
arrow = "52.0"
bstr = "1.10.0"
lazy_static = "1.5.0"
tempfile = "3.13"
parquet = "52.2.0"
arrow = "52.2"
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.7.2" }
colored = "2"
textwrap = "0.16"
flate2 = { version = "1.0.30", features = [
flate2 = { version = "1.0.34", features = [
"zlib-ng",
], default-features = false }


# binaries
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
env_logger = "0.11"
human-panic = "2.0"

Expand Down

0 comments on commit fbf8deb

Please sign in to comment.