Skip to content

Commit 93c26ef

Browse files
authored
feat: Update zstd requirement from 0.9 to 0.12 (#24)
1 parent 77c4551 commit 93c26ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ snap = { version = "1.0", optional = true }
3838
brotli = { version = "3.3", optional = true }
3939
flate2 = { version = "1.0", optional = true }
4040
lz4 = { version = "1.23", optional = true }
41-
zstd = { version = "0.9", optional = true }
41+
zstd = { version = "0.12", optional = true }
4242
chrono = "0.4"
4343
num-bigint = "0.4"
4444
arrow = { path = "../arrow", version = "5.0.0", optional = true }

0 commit comments

Comments
 (0)