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 77c4551 commit 93c26efCopy full SHA for 93c26ef
parquet/Cargo.toml
@@ -38,7 +38,7 @@ snap = { version = "1.0", optional = true }
38
brotli = { version = "3.3", optional = true }
39
flate2 = { version = "1.0", optional = true }
40
lz4 = { version = "1.23", optional = true }
41
-zstd = { version = "0.9", optional = true }
+zstd = { version = "0.12", optional = true }
42
chrono = "0.4"
43
num-bigint = "0.4"
44
arrow = { path = "../arrow", version = "5.0.0", optional = true }
0 commit comments