This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/prost-0.12.1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
discard 6a88a27 build(deps): bump prost from 0.11.9 to 0.12.1
add 41d65d1 Improve release process documentation (#505)
add 106786a add Binary String Functions (#494)
add c574d68 build(deps): bump mimalloc from 0.1.38 to 0.1.39 (#502)
add 31241f8 build(deps): bump syn from 2.0.32 to 2.0.35 (#503)
add 9ef0a57 build(deps): bump syn from 2.0.35 to 2.0.37 (#506)
add 8e430ab Use latest DataFusion (#511)
add c055d65 build(deps): bump prost from 0.11.9 to 0.12.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 (6a88a27)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-0.12.1
(c055d65)
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 | 497 +++++++++++++++++++++----------------
Cargo.toml | 14 +-
datafusion/tests/test_functions.py | 14 ++
dev/release/README.md | 47 +++-
dev/release/rat_exclude_files.txt | 3 +-
src/context.rs | 11 +-
src/expr/literal.rs | 2 +-
src/functions.rs | 7 +
8 files changed, 365 insertions(+), 230 deletions(-)