This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 2cef4ea89a chore: clean up dependencies (#10376)
2cef4ea89a is described below
commit 2cef4ea89afb315c3868e6d679a842938fce82bf
Author: Oleks V <[email protected]>
AuthorDate: Sat Aug 8 18:13:17 2026 -0700
chore: clean up dependencies (#10376)
# Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax.
-->
- Closes #NNN.
# Rationale for this change
<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->
# What changes are included in this PR?
<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->
# Are these changes tested?
<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
If this PR claims a performance improvement, please include evidence
such as benchmark results.
-->
# Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
If there are any breaking changes to public APIs, please call them out.
-->
---
Cargo.lock | 88 +++++++++++++++++-------------------
arrow-avro/Cargo.toml | 4 +-
arrow-flight/Cargo.toml | 2 -
arrow-integration-testing/Cargo.toml | 1 -
arrow-ipc/Cargo.toml | 2 +-
arrow-pyarrow-testing/Cargo.toml | 2 +-
parquet-variant-compute/Cargo.toml | 2 +-
parquet-variant/Cargo.toml | 1 -
parquet/Cargo.toml | 3 +-
9 files changed, 47 insertions(+), 58 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 6075f4f1b4..0533f81829 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -57,9 +57,9 @@ dependencies = [
[[package]]
name = "android_system_properties"
-version = "0.1.5"
+version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
+checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
dependencies = [
"libc",
]
@@ -251,7 +251,6 @@ dependencies = [
"indexmap",
"liblzma",
"md5",
- "num-bigint 0.5.1",
"object_store",
"once_cell",
"rand 0.10.2",
@@ -400,7 +399,6 @@ version = "59.2.0"
dependencies = [
"arrow",
"arrow-buffer",
- "arrow-data",
"arrow-flight",
"arrow-integration-test",
"clap",
@@ -616,9 +614,9 @@ checksum =
"f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "aws-lc-rs"
-version = "1.17.3"
+version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
+checksum = "ce2b2dcc879c3bae0d371e77c99f2238400ef24ec001394befa67b6e543add9e"
dependencies = [
"aws-lc-sys",
"zeroize",
@@ -626,9 +624,9 @@ dependencies = [
[[package]]
name = "aws-lc-sys"
-version = "0.43.0"
+version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
+checksum = "f09fae7be8bb3174e05c6afdb34199e6dc0c7c04ba9fa237b1967adfbde27483"
dependencies = [
"cc",
"cmake",
@@ -822,9 +820,9 @@ checksum =
"37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.4.0"
+version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
+checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
dependencies = [
"find-msvc-tools",
"jobserver",
@@ -906,9 +904,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.6.5"
+version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "301b56658598e48f3648647ac6fc887be7e7108eddfa4e9b63fcf3ec58c0cadf"
+checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
dependencies = [
"clap_builder",
"clap_derive",
@@ -916,9 +914,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.6.5"
+version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94a65403d1a1bd28f7dc68eb8506e8874808ee5eecb59298de588e2e1407a078"
+checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
dependencies = [
"anstream",
"anstyle",
@@ -1293,9 +1291,9 @@ checksum =
"da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
[[package]]
name = "find-msvc-tools"
-version = "0.1.9"
+version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
+checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
[[package]]
name = "fixedbitset"
@@ -1969,9 +1967,9 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.103"
+version = "0.3.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
+checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
dependencies = [
"cfg-if",
"futures-util",
@@ -2442,7 +2440,6 @@ dependencies = [
"parquet-geospatial",
"parquet-variant",
"parquet-variant-compute",
- "parquet-variant-json",
"rand 0.10.2",
"ring",
"seq-macro",
@@ -2473,7 +2470,6 @@ dependencies = [
name = "parquet-variant"
version = "59.2.0"
dependencies = [
- "arrow",
"arrow-schema",
"chrono",
"criterion",
@@ -2745,9 +2741,9 @@ dependencies = [
[[package]]
name = "pyo3"
-version = "0.29.1"
+version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc153f5fd745cc038b5eed86622125969f8a39834a57bc96beaaf2512b1da729"
+checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
dependencies = [
"libc",
"once_cell",
@@ -2759,18 +2755,18 @@ dependencies = [
[[package]]
name = "pyo3-build-config"
-version = "0.29.1"
+version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb77d9aa6d647507b55c69ee714d266d84c526c78ff0bc6dd8757f58591e64d1"
+checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
dependencies = [
"target-lexicon",
]
[[package]]
name = "pyo3-ffi"
-version = "0.29.1"
+version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3160087aa5733bce7d9a729f8c55f85a2a53b74742a09613178eeebff0722253"
+checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
dependencies = [
"libc",
"pyo3-build-config",
@@ -2778,9 +2774,9 @@ dependencies = [
[[package]]
name = "pyo3-macros"
-version = "0.29.1"
+version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "91f9d455db760a9a0b0ddeaac25f1390b8a36ba73dfbda9f127cac6fc340d4d5"
+checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
dependencies = [
"proc-macro2",
"pyo3-macros-backend",
@@ -2790,9 +2786,9 @@ dependencies = [
[[package]]
name = "pyo3-macros-backend"
-version = "0.29.1"
+version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e343bcec300ff262f5806a33a4e51b6d097a8a46435f512fcb83e95592581625"
+checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
dependencies = [
"heck",
"proc-macro2",
@@ -4014,9 +4010,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen"
-version = "0.2.126"
+version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
+checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
dependencies = [
"cfg-if",
"once_cell",
@@ -4027,9 +4023,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.76"
+version = "0.4.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
+checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -4037,9 +4033,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.126"
+version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
+checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -4047,9 +4043,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.126"
+version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
+checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
dependencies = [
"bumpalo",
"proc-macro2",
@@ -4060,9 +4056,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.126"
+version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
+checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
dependencies = [
"unicode-ident",
]
@@ -4082,9 +4078,9 @@ dependencies = [
[[package]]
name = "web-sys"
-version = "0.3.103"
+version = "0.3.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
+checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -4412,18 +4408,18 @@ dependencies = [
[[package]]
name = "zerocopy"
-version = "0.8.55"
+version = "0.8.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
+checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
-version = "0.8.55"
+version = "0.8.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
+checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
dependencies = [
"proc-macro2",
"quote",
diff --git a/arrow-avro/Cargo.toml b/arrow-avro/Cargo.toml
index 5974743b97..e5d6208c46 100644
--- a/arrow-avro/Cargo.toml
+++ b/arrow-avro/Cargo.toml
@@ -82,8 +82,8 @@ sha2 = { version = "0.11", optional = true }
tokio = { version = "1.0", optional = true, default-features = false, features
= ["macros", "rt", "io-util"] }
[dev-dependencies]
+arrow = { workspace = true, features = ["prettyprint"] }
arrow-data = { workspace = true }
-bytes = { version = "1.11.0", default-features = false, features = ["std"] }
rand = { version = "0.10.1", default-features = false, features = [
"std",
"std_rng",
@@ -91,11 +91,9 @@ rand = { version = "0.10.1", default-features = false,
features = [
] }
criterion = { workspace = true, default-features = false }
tempfile = "3.3"
-arrow = { workspace = true, features = ["prettyprint"] }
futures = "0.3.31"
async-stream = "0.3.6"
apache-avro = "0.21.0"
-num-bigint = "0.5"
object_store = { workspace = true, features = ["fs"] }
once_cell = "1.21.3"
half = { version = "2.1", default-features = false }
diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index 8062d0fa09..763c73efef 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -81,8 +81,6 @@ http-body = "1.0.0"
hyper-util = "0.1"
pin-project-lite = "0.2"
tempfile = "3.3"
-tracing-log = { version = "0.2" }
-tracing-subscriber = { version = "0.3.1", default-features = false, features =
["ansi", "env-filter", "fmt"] }
tokio = { version = "1.0", default-features = false, features = ["macros",
"rt", "rt-multi-thread"] }
tokio-stream = { version = "0.1", features = ["net"] }
tower = { version = "0.5.0", features = ["util"] }
diff --git a/arrow-integration-testing/Cargo.toml
b/arrow-integration-testing/Cargo.toml
index 2a95cefe6a..ee6c344fa3 100644
--- a/arrow-integration-testing/Cargo.toml
+++ b/arrow-integration-testing/Cargo.toml
@@ -35,7 +35,6 @@ logging = ["tracing-subscriber"]
[dependencies]
arrow = { path = "../arrow", default-features = false, features =
["test_utils", "ipc", "ipc_compression", "json", "ffi"] }
-arrow-data = { workspace = true }
arrow-flight = { path = "../arrow-flight", default-features = false }
arrow-integration-test = { path = "../arrow-integration-test",
default-features = false }
clap = { version = "4", default-features = false, features = ["std", "derive",
"help", "error-context", "usage"] }
diff --git a/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml
index 239e8e139d..f58bdbe86c 100644
--- a/arrow-ipc/Cargo.toml
+++ b/arrow-ipc/Cargo.toml
@@ -52,10 +52,10 @@ lz4 = ["lz4_flex"]
[dev-dependencies]
criterion = { workspace = true }
tempfile = "3.3"
-tokio = { version = "1.43.0", features = ["io-util", "macros", "rt"] }
# used in benches
memmap2 = "0.9.3"
bytes = "1.9"
+tokio = { version = "1.0", default-features = false, features = ["macros",
"rt", "io-util"] }
[[bench]]
name = "ipc_writer"
diff --git a/arrow-pyarrow-testing/Cargo.toml b/arrow-pyarrow-testing/Cargo.toml
index 217e2b1448..688dfdd0ea 100644
--- a/arrow-pyarrow-testing/Cargo.toml
+++ b/arrow-pyarrow-testing/Cargo.toml
@@ -44,7 +44,7 @@ rust-version = "1.88"
publish = false
-[dependencies]
+[dev-dependencies]
# Note no dependency on arrow, to ensure arrow-pyarrow can be used by itself
arrow-array = { path = "../arrow-array" }
arrow-schema = { path = "../arrow-schema" }
diff --git a/parquet-variant-compute/Cargo.toml
b/parquet-variant-compute/Cargo.toml
index 44daf099f9..7505d3f45c 100644
--- a/parquet-variant-compute/Cargo.toml
+++ b/parquet-variant-compute/Cargo.toml
@@ -36,7 +36,6 @@ parquet-variant = { workspace = true }
parquet-variant-json = { workspace = true }
chrono = { workspace = true }
uuid = { version = "1.18.0", features = ["v4"] }
-serde_json = "1.0"
num-traits = { version = "0.2.19", default-features = false }
# uuid requires the `js` feature to run on wasm
@@ -50,6 +49,7 @@ bench = false
[dev-dependencies]
rand = "0.10.1"
criterion = { workspace = true, default-features = false }
+serde_json = "1.0"
[[bench]]
name = "variant_kernels"
diff --git a/parquet-variant/Cargo.toml b/parquet-variant/Cargo.toml
index cdcd46cedb..645f5be486 100644
--- a/parquet-variant/Cargo.toml
+++ b/parquet-variant/Cargo.toml
@@ -29,7 +29,6 @@ edition = { workspace = true }
rust-version = { workspace = true }
[dependencies]
-arrow = { workspace = true, features = ["canonical_extension_types"] }
arrow-schema = { workspace = true }
chrono = { workspace = true }
half = { version = "2.1", default-features = false }
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 2c8233d2db..5b24235b1d 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -46,7 +46,6 @@ arrow-select = { workspace = true, optional = true }
arrow-ipc = { workspace = true, optional = true }
parquet-geospatial = { workspace = true, optional = true }
parquet-variant = { workspace = true, optional = true }
-parquet-variant-json = { workspace = true, optional = true }
parquet-variant-compute = { workspace = true, optional = true }
object_store = { workspace = true, optional = true, features = ["tokio"] }
@@ -132,7 +131,7 @@ flate2-rust_backend = ["flate2/rust_backend"]
# Enable flate2's zlib-rs backend
flate2-zlib-rs = ["flate2/zlib-rs"]
# Enable parquet variant support
-variant_experimental = ["arrow", "parquet-variant", "parquet-variant-json",
"parquet-variant-compute"]
+variant_experimental = ["arrow", "parquet-variant", "parquet-variant-compute"]
# Enable geospatial support
geospatial = ["parquet-geospatial"]
# Alias for typo. TODO: Remove in future major version bump.