Skip to content

Commit 2c3220f

Browse files
Update parquet and arrow crates to 14.0
1 parent b82a65d commit 2c3220f

File tree

2 files changed

+72
-59
lines changed

2 files changed

+72
-59
lines changed

readstat/Cargo.lock

Lines changed: 70 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readstat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/curtisalexander/readstat-rs"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
[dependencies]
12-
arrow = "10.0"
12+
arrow = "14.0"
1313
crossbeam = "0.8"
1414
csv = "1.1"
1515
chrono = { version = "0.4", features = ["serde"] }
@@ -23,7 +23,7 @@ num_cpus = "1.13"
2323
num-derive = "0.3"
2424
num-format = "0.4"
2525
num-traits = "0.2"
26-
parquet = "10.0"
26+
parquet = "14.0"
2727
path_abs = "0.5"
2828
rayon = "1.5"
2929
regex = "1.5"

0 commit comments

Comments
 (0)