This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/rand-0.10.1
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
omit 4e5ef601a0 chore(deps): bump rand from 0.9.4 to 0.10.1
add f3c5dc5bab Perf: Introduce zero copy path when tonic returns an
aligned buffer (#10273)
add c961d6ea2c Perf: create dictionary reader config and default
unsafeflag to false (#10260)
add 52920f946c Align parquet-geospatial crate docs with README (#10302)
add 4b54fe6f5a chore: Update release voting email template (#10283)
add a1f4a094ff chore(deps): bump the all-other-cargo-deps group across 1
directory with 2 updates (#10305)
add f11d7c1ab8 docs: trim release schedule for released versions (#10280)
add c1128062ff fix(arrow-avro): bound untrusted OCF block size and item
counts (#10237)
add bc042ab6f7 chore(deps): bump sysinfo from 0.38.4 to 0.39.6 (#10311)
add fed7862d11 chore(deps): bump actions/labeler from 6.1.0 to 6.2.0
(#10309)
add ae0b75703c chore(deps): bump rand from 0.9.4 to 0.10.1
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 (4e5ef601a0)
\
N -- N -- N refs/heads/dependabot/cargo/main/rand-0.10.1
(ae0b75703c)
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/dev_pr.yml | 2 +-
Cargo.lock | 12 +++---
README.md | 10 -----
arrow-avro/src/reader/block.rs | 77 ++++++++++++++++++++++++++++++++-
arrow-avro/src/reader/record.rs | 95 ++++++++++++++++++++++++++++++++++++-----
arrow-flight/src/decode.rs | 15 ++++++-
arrow-ipc/src/reader.rs | 3 +-
dev/release/README.md | 33 ++------------
parquet-geospatial/src/lib.rs | 7 ---
parquet/Cargo.toml | 2 +-
10 files changed, 187 insertions(+), 69 deletions(-)