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

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


 discard ce09501b9d build(deps): update bincode requirement from 1.3.3 to 2.0.0
     add ffd490f916 Use `doc_auto_cfg`, logo and favicon for docs.rs (#7145)
     add 32bd9a5266 feat: add `downcast_integer_array` macro helper (#7211)
     add d4aa0f8efe build(deps): update bincode requirement from 1.3.3 to 2.0.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   (ce09501b9d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/bincode-2.0.0 
(d4aa0f8efe)

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-arith/Cargo.toml            |  6 +--
 arrow-arith/src/lib.rs            |  5 +++
 arrow-array/Cargo.toml            |  7 ++-
 arrow-array/src/cast.rs           | 90 ++++++++++++++++++++++++++++++++++++++-
 arrow-array/src/lib.rs            |  5 +++
 arrow-avro/Cargo.toml             |  6 +--
 arrow-avro/src/lib.rs             |  5 +++
 arrow-buffer/Cargo.toml           |  6 +--
 arrow-buffer/src/lib.rs           |  5 +++
 arrow-cast/Cargo.toml             |  5 +--
 arrow-cast/src/lib.rs             |  5 +++
 arrow-csv/Cargo.toml              |  4 +-
 arrow-csv/src/lib.rs              |  5 +++
 arrow-data/Cargo.toml             |  3 +-
 arrow-data/src/lib.rs             |  5 +++
 arrow-flight/src/lib.rs           |  6 +++
 arrow-integration-test/Cargo.toml |  6 +--
 arrow-integration-test/src/lib.rs |  5 +++
 arrow-ipc/Cargo.toml              |  4 +-
 arrow-ipc/src/lib.rs              |  5 +++
 arrow-json/Cargo.toml             |  5 ++-
 arrow-json/src/lib.rs             |  5 +++
 arrow-ord/Cargo.toml              |  4 +-
 arrow-ord/src/lib.rs              |  5 +++
 arrow-row/Cargo.toml              |  7 ++-
 arrow-row/src/lib.rs              |  5 +++
 arrow-schema/Cargo.toml           |  3 +-
 arrow-schema/src/lib.rs           |  8 +++-
 arrow-select/Cargo.toml           |  7 ++-
 arrow-select/src/lib.rs           |  8 +++-
 arrow-select/src/take.rs          | 18 +++-----
 arrow-string/Cargo.toml           |  4 +-
 arrow-string/src/lib.rs           |  8 +++-
 arrow/Cargo.toml                  |  4 +-
 arrow/src/lib.rs                  |  5 +++
 object_store/src/lib.rs           |  1 +
 parquet/src/lib.rs                |  5 +++
 parquet_derive/Cargo.toml         |  3 ++
 parquet_derive/src/lib.rs         |  5 +++
 parquet_derive_test/Cargo.toml    |  3 ++
 parquet_derive_test/src/lib.rs    |  5 +++
 41 files changed, 249 insertions(+), 57 deletions(-)

Reply via email to