This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/rust/arrow-datafusion-1386010eab
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard f628321fa chore(rust): bump the arrow-datafusion group in /rust with 6
updates
add 5fa93997a chore(rust): Bump windows-registry from 0.5.3 to 0.6.0 in
/rust (#3412)
add bd12637ea chore: Bump actions/setup-dotnet from 4 to 5 (#3415)
add 5aebc9525 chore(go/adbc): Bump cloud.google.com/go/bigquery from
1.69.0 to 1.70.0 in /go/adbc (#3416)
add 018d8625f chore: regenerate LICENSE.txt (#3417)
add 6d4216c7d chore: bump to version 21/1.9.0 (#3424)
add e82d6de6c chore(rust): bump the arrow-datafusion group in /rust with 6
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 (f628321fa)
\
N -- N -- N
refs/heads/dependabot/cargo/rust/arrow-datafusion-1386010eab (e82d6de6c)
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/csharp.yml | 2 +-
CHANGELOG.md | 134 +++++++++++++++++++++
LICENSE.txt | 13 --
c/cmake_modules/AdbcVersion.cmake | 2 +-
c/meson.build | 2 +-
ci/conda/meta.yaml | 2 +-
ci/linux-packages/debian/control | 22 ++--
...install => libadbc-driver-flightsql109.install} | 0
...8.install => libadbc-driver-manager109.install} | 0
...nstall => libadbc-driver-postgresql109.install} | 0
...install => libadbc-driver-snowflake109.install} | 0
...08.install => libadbc-driver-sqlite109.install} | 0
csharp/Directory.Build.props | 2 +-
dev/release/utils-prepare.sh | 2 +
dev/release/versions.env | 18 +--
docs/source/conf.py | 2 +-
glib/meson.build | 2 +-
glib/tool/generate-version-header.py | 1 +
go/adbc/go.mod | 4 +-
go/adbc/go.sum | 20 +--
java/core/pom.xml | 2 +-
java/driver-manager/pom.xml | 2 +-
java/driver/flight-sql-validation/pom.xml | 2 +-
java/driver/flight-sql/pom.xml | 2 +-
java/driver/jdbc-validation-derby/pom.xml | 2 +-
java/driver/jdbc-validation-mssqlserver/pom.xml | 2 +-
java/driver/jdbc-validation-postgresql/pom.xml | 2 +-
java/driver/jdbc/pom.xml | 2 +-
java/driver/jni/pom.xml | 2 +-
java/driver/validation/pom.xml | 2 +-
java/pom.xml | 2 +-
java/sql/pom.xml | 2 +-
.../adbc_driver_bigquery/_static_version.py | 2 +-
.../adbc_driver_flightsql/_static_version.py | 2 +-
.../adbc_driver_manager/_static_version.py | 2 +-
.../adbc_driver_postgresql/_static_version.py | 2 +-
.../adbc_driver_snowflake/_static_version.py | 2 +-
.../adbc_driver_sqlite/_static_version.py | 2 +-
r/adbcbigquery/DESCRIPTION | 2 +-
r/adbcdrivermanager/DESCRIPTION | 2 +-
r/adbcflightsql/DESCRIPTION | 2 +-
r/adbcpostgresql/DESCRIPTION | 2 +-
r/adbcsnowflake/DESCRIPTION | 2 +-
r/adbcsqlite/DESCRIPTION | 2 +-
ruby/lib/adbc/version.rb | 2 +-
rust/Cargo.lock | 61 ++++++----
rust/Cargo.toml | 8 +-
47 files changed, 240 insertions(+), 107 deletions(-)
rename ci/linux-packages/debian/{libadbc-driver-flightsql108.install =>
libadbc-driver-flightsql109.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-manager108.install =>
libadbc-driver-manager109.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-postgresql108.install =>
libadbc-driver-postgresql109.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-snowflake108.install =>
libadbc-driver-snowflake109.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-sqlite108.install =>
libadbc-driver-sqlite109.install} (100%)