This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 50cf8bd806 Always explicitly disable `gzip` automatic decompression on
reqwest client used by object_store (#6843)
add 4acf4d3139 Enable unused_crate_dependencies Rust lint, remove unused
dependencies (#6804)
No new revisions were added by this update.
Summary of changes:
.github/workflows/arrow.yml | 202 ++++++++++++++++-----
arrow-csv/Cargo.toml | 2 +-
arrow-flight/Cargo.toml | 12 +-
arrow-flight/src/lib.rs | 2 +
arrow-integration-testing/Cargo.toml | 5 +-
.../src/bin/arrow-file-to-stream.rs | 3 +
.../src/bin/arrow-json-integration-test.rs | 3 +
.../src/bin/arrow-stream-to-file.rs | 3 +
.../src/bin/flight-test-integration-client.rs | 3 +
.../src/bin/flight-test-integration-server.rs | 3 +
arrow-integration-testing/src/lib.rs | 2 +
arrow-ord/Cargo.toml | 2 +-
arrow-row/Cargo.toml | 6 -
arrow/Cargo.toml | 4 +-
14 files changed, 183 insertions(+), 69 deletions(-)