This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/main/prost-dfa7aae14e
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit 75a40ac730 Update prost requirement in the prost group across 1 
directory
     add 9c0cb9a56f chore: bump MSRV to 1.84 (#7926)
     add 88d85d2ec1 Update prost requirement in the prost group across 1 
directory

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (75a40ac730)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-dfa7aae14e 
(88d85d2ec1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/rust.yml                   | 14 +-------------
 Cargo.toml                                   |  4 ++--
 README.md                                    |  6 +-----
 arrow-array/benches/union_array.rs           | 11 +++--------
 arrow-array/src/arithmetic.rs                |  8 ++++----
 arrow-array/src/array/list_array.rs          |  2 +-
 arrow-array/src/array/list_view_array.rs     |  2 +-
 arrow-avro/src/reader/record.rs              |  2 +-
 arrow-buffer/src/buffer/immutable.rs         |  6 +++---
 arrow-buffer/src/builder/mod.rs              |  4 ++--
 arrow-cast/src/cast/list.rs                  |  2 +-
 arrow-cast/src/cast/mod.rs                   |  2 +-
 arrow-data/src/data.rs                       |  2 +-
 arrow-flight/src/encode.rs                   |  4 ++--
 arrow-ord/src/sort.rs                        |  2 +-
 arrow-pyarrow-integration-testing/Cargo.toml |  2 +-
 arrow-pyarrow-testing/Cargo.toml             |  4 ++--
 arrow-select/src/coalesce.rs                 |  2 +-
 arrow-select/src/concat.rs                   |  6 +++---
 arrow-select/src/filter.rs                   | 11 +++++------
 arrow/benches/array_data_validate.rs         |  2 +-
 arrow/benches/partition_kernels.rs           | 11 +++++------
 arrow/benches/string_run_iterator.rs         |  2 +-
 arrow/src/util/bench_util.rs                 |  4 ++--
 parquet-variant-compute/Cargo.toml           |  3 +--
 parquet-variant-json/Cargo.toml              |  3 +--
 parquet-variant/Cargo.toml                   |  4 +---
 parquet/src/arrow/arrow_reader/statistics.rs | 28 ++++++++++++++++------------
 parquet/src/arrow/arrow_writer/byte_array.rs |  4 ++--
 parquet/src/arrow/arrow_writer/levels.rs     | 12 ++++++------
 parquet/src/arrow/arrow_writer/mod.rs        |  8 ++++----
 parquet/src/arrow/buffer/offset_buffer.rs    |  2 +-
 parquet/src/column/writer/mod.rs             |  2 +-
 parquet/src/encodings/rle.rs                 |  2 +-
 parquet/src/file/metadata/writer.rs          |  4 ++--
 parquet/src/file/serialized_reader.rs        |  3 +--
 parquet/src/util/bit_util.rs                 |  2 +-
 parquet/tests/arrow_reader/mod.rs            |  4 ++--
 parquet/tests/arrow_reader/statistics.rs     |  2 +-
 39 files changed, 87 insertions(+), 111 deletions(-)

Reply via email to