This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new a235b9b29 Update zstd-sys requirement from >=2.0.0, <2.0.13 to
>=2.0.0, <2.0.14 (#6196)
a235b9b29 is described below
commit a235b9b2950b7f93e0c4ff47cdfa25d4d0160a13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 6 10:02:35 2024 -0400
Update zstd-sys requirement from >=2.0.0, <2.0.13 to >=2.0.0, <2.0.14
(#6196)
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](https://github.com/gyscos/zstd-rs/commits)
---
updated-dependencies:
- dependency-name: zstd-sys
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index bc59c2f3f..ad740b0a2 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -87,10 +87,10 @@ object_store = { version = "0.10.2", 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.13", optional = true, default-features =
false }
+zstd-sys = { version = ">=2.0.0, <2.0.14", optional = true, default-features =
false }
[target.'cfg(target_family = "wasm")'.dev-dependencies]
-zstd-sys = { version = ">=2.0.0, <2.0.13", default-features = false }
+zstd-sys = { version = ">=2.0.0, <2.0.14", default-features = false }
[package.metadata.docs.rs]
all-features = true