Skip to content

Commit

Permalink
chore(rust): upgrade zstd to 0.13 in polars-parquet (pola-rs#12062)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Oct 27, 2023
1 parent 51e3d9a commit 4b2bd83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion crates/polars-parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flate2 = { version = "^1.0", optional = true, default-features = false }
lz4 = { version = "1.24", optional = true }
serde = { version = "^1.0", optional = true, features = ["derive"] }
snap = { version = "^1.1", optional = true }
zstd = { version = "^0.12", optional = true, default-features = false }
zstd = { version = "^0.13", optional = true, default-features = false }

xxhash-rust = { version = "0.8", optional = true, features = ["xxh64"] }

Expand Down
25 changes: 3 additions & 22 deletions py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b2bd83

Please sign in to comment.