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

dependabot[bot] pushed a change to branch dependabot/cargo/main/tonic-5bf6a488fd
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit 0b1e0e1805 chore(deps): bump the tonic group across 1 directory with 3 
updates
     add b1de629ae8 Prepare for `59.1.0` release (#10274)
     add d9919194ee chore(deps): bump num-bigint from 0.4.6 to 0.5.0 (#10279)
     add 1daaf29541 Flip dict null_density in test utils (#7475)
     add 8544614251 Validate short view strings in separate buffer in arrow-row 
(#10250)
     add 1583c8e656 [parquet] Add some tests to cover selective list child 
padding (#10258)
     add 8205c5421f fix: don't panic on `ArrayData::try_new` on bad input even 
when `force_validate` feature is on (#10282)
     add d8d980bdcf fix(arrow-array): disallow creating `MapArray` with 
nullable key field (#10272)
     add 29bda4b670 chore(deps): bump the tonic group across 1 directory with 3 
updates

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   (0b1e0e1805)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/tonic-5bf6a488fd 
(29bda4b670)

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:
 CHANGELOG-old.md                                   | 131 ++++++
 CHANGELOG.md                                       | 230 ++++++-----
 Cargo.lock                                         |  78 ++--
 Cargo.toml                                         |  42 +-
 arrow-array/src/array/map_array.rs                 |  32 ++
 arrow-avro/Cargo.toml                              |   2 +-
 arrow-buffer/Cargo.toml                            |   2 +-
 arrow-data/src/data.rs                             | 448 +++++++++++++++++++--
 arrow-integration-test/Cargo.toml                  |   2 +-
 arrow-ipc/src/reader.rs                            |   8 +-
 arrow-row/src/lib.rs                               |  59 +--
 arrow-row/src/variable.rs                          |  69 ++--
 arrow/src/util/bench_util.rs                       |   2 +-
 dev/release/update_change_log.sh                   |   4 +-
 parquet/Cargo.toml                                 |   2 +-
 parquet/src/arrow/arrow_writer/mod.rs              |  17 +
 .../src/arrow/record_reader/definition_levels.rs   |  20 +
 17 files changed, 865 insertions(+), 283 deletions(-)

Reply via email to