This is an automated email from the ASF dual-hosted git repository.
tustvold 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 02fb714142f Update zstd-sys requirement from >=2.0.0, <2.0.10 to
>=2.0.0, <2.0.12 (#5913)
02fb714142f is described below
commit 02fb714142fe69d7c3fa3d6fc1612eb7161b8a95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 23 08:37:49 2024 +0100
Update zstd-sys requirement from >=2.0.0, <2.0.10 to >=2.0.0, <2.0.12
(#5913)
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/compare/zstd-sys-2.0.7...zstd-sys-2.0.11)
---
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 775ac825a2e..7df97801650 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -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.10", optional = true, default-features =
false }
+zstd-sys = { version = ">=2.0.0, <2.0.12", optional = true, default-features =
false }
[target.'cfg(target_family = "wasm")'.dev-dependencies]
-zstd-sys = { version = ">=2.0.0, <2.0.10", default-features = false }
+zstd-sys = { version = ">=2.0.0, <2.0.12", default-features = false }
[package.metadata.docs.rs]
all-features = true