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.
1 parent 7538daf commit a2e020cCopy full SHA for a2e020c
Cargo.toml
@@ -28,7 +28,7 @@ twox-hash = "2.0"
28
serde_json = "1.0.117"
29
arrow = "54.2.1"
30
schemars = "0.8"
31
-parquet = { version = "54.0.0", features = ["arrow"] }
+parquet = { version = "56.2.0", features = ["arrow"] }
32
gix = { version = "0.66", features = ["blocking-network-client"], optional = true }
33
clap = { version = "4.0", features = ["derive"], optional = true }
34
lru = { version = "0.16", optional = true }
0 commit comments