Skip to content

Commit

Permalink
Update zstd-sys requirement from >=2.0.0, <2.0.12 to >=2.0.0, <2.0.13 (
Browse files Browse the repository at this point in the history
…#6019)

Updates the requirements on [zstd-sys](https://github.com/gyscos/zstd-rs) to permit the latest version.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@zstd-sys-2.0.7...zstd-sys-2.0.12)

---
updated-dependencies:
- dependency-name: zstd-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 9, 2024
1 parent 8355823 commit 76fbdbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ object_store = { version = "0.10.0", default-features = false, features = ["azur
# TODO: temporary to fix parquet wasm build
# upstream issue: https://github.com/gyscos/zstd-rs/issues/269
[target.'cfg(target_family = "wasm")'.dependencies]
zstd-sys = { version = ">=2.0.0, <2.0.12", optional = true, default-features = false }
zstd-sys = { version = ">=2.0.0, <2.0.13", optional = true, default-features = false }

[target.'cfg(target_family = "wasm")'.dev-dependencies]
zstd-sys = { version = ">=2.0.0, <2.0.12", default-features = false }
zstd-sys = { version = ">=2.0.0, <2.0.13", default-features = false }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 76fbdbc

Please sign in to comment.