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

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


 discard a82da28ffe chore(deps): bump the prost group across 1 directory with 3 
updates
     add 980667fc52 Add interval multiplication by i64 (#10336)
     add 433e0617a9 Expose builder buffer capacity accessors (#10342)
     add f88697844f Cache encoded field name in FieldEncoder (#10296)
     add 159641a8fc chore: remove parquet dependency from parquet_derive 
(#10327)
     add 191e3eb083 chore(deps): bump the all-other-cargo-deps group across 1 
directory with 5 updates (#10355)
     add 3e3e91f9b8 chore(deps): bump the prost 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   (a82da28ffe)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-b2daf72eba 
(3e3e91f9b8)

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:
 Cargo.lock                                       |  28 +++---
 arrow-arith/src/numeric.rs                       | 117 ++++++++++++++++++++++
 arrow-array/src/builder/generic_bytes_builder.rs |  15 +++
 arrow-array/src/builder/generic_list_builder.rs  |  10 ++
 arrow-array/src/builder/primitive_builder.rs     |   5 +
 arrow-array/src/builder/struct_builder.rs        |   5 +
 arrow-json/src/writer/encoder.rs                 |  15 ++-
 arrow/benches/json_writer.rs                     |  39 ++++++--
 parquet_derive/Cargo.toml                        |   2 +
 parquet_derive/src/lib.rs                        |   2 -
 parquet_derive/src/parquet_field.rs              | 121 ++++++++++++-----------
 11 files changed, 272 insertions(+), 87 deletions(-)

Reply via email to