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

tustvold pushed a change to branch dependabot/cargo/master/brotli-6.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard b5865f7840d Update brotli requirement from 5.0 to 6.0
     add 7568178e378 Support casting `StringView`/`BinaryView` --> 
`StringArray`/`BinaryArray`. (#5704)
     add 98784bd0596 Fix Rustdocs (amd64, nightly)" CI check (#5727)
     add 119db5cdc64 Update proc-macro2 requirement from =1.0.81 to =1.0.82 
(#5732)
     add e3f1c9669cb Refactor to share code between do_put and do_exchange 
calls (#5728)
     add 68d1eef689f Minor: avoid (likely unreachable) panic in FlightClient 
(#5734)
     add f3cef69ca2d Update brotli requirement from 5.0 to 6.0

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   (b5865f7840d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/brotli-6.0 
(f3cef69ca2d)

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:
 arrow-buffer/src/alloc/alignment.rs |  12 ---
 arrow-cast/src/cast/mod.rs          | 110 +++++++++++++++++++++++++
 arrow-flight/gen/Cargo.toml         |   2 +-
 arrow-flight/src/client.rs          | 158 ++++++++++++++++++++++++++----------
 parquet/src/format.rs               |   3 +-
 parquet/src/lib.rs                  |   2 +
 6 files changed, 229 insertions(+), 58 deletions(-)

Reply via email to