Skip to content

Commit

Permalink
Update zstd-sys requirement from >=2.0.0, <2.0.14 to >=2.0.0, <2.0.15
Browse files Browse the repository at this point in the history
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.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent a0c3186 commit 1bd141f
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 @@ -89,10 +89,10 @@ object_store = { version = "0.11.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.14", optional = true, default-features = false }
zstd-sys = { version = ">=2.0.0, <2.0.15", optional = true, default-features = false }

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

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

0 comments on commit 1bd141f

Please sign in to comment.