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

github-bot pushed a change to branch dependabot/cargo/rust/tokio-1.42.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard d47b21bd6 chore(rust): bump tokio from 1.41.1 to 1.42.0 in /rust
     add 840b2cf98 chore(go/adbc): bump google.golang.org/api from 0.212.0 to 
0.214.0 in /go/adbc (#2390)
     add 420c08081 chore(java): bump org.assertj:assertj-core from 3.26.3 to 
3.27.0 in /java (#2391)
     add 7a702a709 chore(rust): group `arrow` and `datafusion` dependabot 
updates (#2387)
     add ff10fc9f3 chore(java): bump com.google.protobuf:protobuf-java from 
4.29.1 to 4.29.2 in /java (#2380)
     add c81a7d6e4 ci: pin Ruby version (#2396)
     add b6622c7c0 docs: change Flight SQL driver usage to executable example 
(#2395)
     add 63b3176e1 chore(go/adbc): bump google.golang.org/grpc from 1.69.0 to 
1.69.2 in /go/adbc (#2381)
     add 476da7fbd chore(go/adbc): bump google.golang.org/protobuf from 1.36.0 
to 1.36.1 in /go/adbc (#2389)
     add 1525cb87d ci: simplify Rust builds (#2400)
     add 5fd55c37c chore(rust): bump the datafusion group in /rust with 2 
updates (#2393)
     add d952a0025 chore(rust): bump test-with from 0.14.4 to 0.14.6 in /rust 
(#2394)
     add 319c65e89 chore(rust): bump tokio from 1.41.1 to 1.42.0 in /rust

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   (d47b21bd6)
            \
             N -- N -- N   refs/heads/dependabot/cargo/rust/tokio-1.42.0 
(319c65e89)

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/dependabot.yml                         |   9 +
 .github/workflows/native-unix.yml              |  11 ++
 .github/workflows/rust.yml                     |  66 +++++---
 ci/conda_env_glib.txt                          |   7 +-
 docs/source/driver/flight_sql.rst              |  36 +---
 docs/source/ext/adbc_cookbook.py               |   1 +
 go/adbc/driver/flightsql/example_usage_test.go | 137 +++++++++++++++
 go/adbc/go.mod                                 |  12 +-
 go/adbc/go.sum                                 |  20 +--
 java/driver/flight-sql/pom.xml                 |   2 +-
 java/pom.xml                                   |   2 +-
 rust/Cargo.lock                                | 221 +++++++++++++------------
 rust/driver/datafusion/Cargo.toml              |   4 +-
 rust/driver/snowflake/Cargo.toml               |   2 +-
 14 files changed, 344 insertions(+), 186 deletions(-)
 create mode 100644 go/adbc/driver/flightsql/example_usage_test.go

Reply via email to