We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32bb110 + 3a47230 commit 286f3caCopy full SHA for 286f3ca
Cargo.toml
@@ -62,11 +62,11 @@ numpy = { version = "0.19", optional = true }
62
indicatif = { version = "0.17", features = ["rayon"] }
63
rstats = "2.0.1"
64
thiserror = "1.0"
65
-parquet = { version = "47.0.0", default-features = false, features = [
+parquet = { version = "48.0.0", default-features = false, features = [
66
"arrow",
67
"zstd",
68
] }
69
-arrow = "47.0.0"
+arrow = "48.0.0"
70
shadow-rs = { version = "0.24.0", default-features = false }
71
serde_yaml = "0.9.21"
72
whoami = "1.3.0"
0 commit comments