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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f4c40776 chore(rust): Bump test-with from 0.15.6 to 0.15.7 in /rust 
(#3941)
7f4c40776 is described below

commit 7f4c40776cc331b0c90500ca14a271c36c9f4972
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 11:51:26 2026 +0900

    chore(rust): Bump test-with from 0.15.6 to 0.15.7 in /rust (#3941)
    
    Bumps [test-with](https://github.com/yanganto/test-with) from 0.15.6 to
    0.15.7.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 rust/Cargo.lock                  | 4 ++--
 rust/driver/snowflake/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index c941db4d4..6ef0f1aed 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2464,9 +2464,9 @@ dependencies = [
 
 [[package]]
 name = "test-with"
-version = "0.15.6"
+version = "0.15.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "57ec38bac967f54b11756d3b8b42069f5b30c3ff449972c516683b98340a4e8e"
+checksum = "0d12b38781f6705ffaea00c4463a4ae8fdd4174eb8cefb81a047f7f61cba5179"
 dependencies = [
  "proc-macro-error2",
  "proc-macro2",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index fc9d61b5b..84fb05778 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -52,4 +52,4 @@ regex = { version = "1.12.3", default-features = false, 
optional = true }
 url = "2.5.8"
 
 [dev-dependencies]
-test-with = { version = "0.15.6", default-features = false }
+test-with = { version = "0.15.7", default-features = false }

Reply via email to