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 5ce21a09a chore(rust): Bump test-with from 0.15.7 to 0.15.8 (#4020)
5ce21a09a is described below

commit 5ce21a09a03f78479c7f53bdea109c8935c6fd05
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 09:18:21 2026 +0900

    chore(rust): Bump test-with from 0.15.7 to 0.15.8 (#4020)
    
    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 a6cbc32bf..e9f5ea94a 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2464,9 +2464,9 @@ dependencies = [
 
 [[package]]
 name = "test-with"
-version = "0.15.7"
+version = "0.15.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "0d12b38781f6705ffaea00c4463a4ae8fdd4174eb8cefb81a047f7f61cba5179"
+checksum = "27838d769fa9bf364bf4a352ec88862b6e6cb96a8e6705cc78fbb16ff26ee8b9"
 dependencies = [
  "proc-macro-error2",
  "proc-macro2",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 84fb05778..986e162a9 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.7", default-features = false }
+test-with = { version = "0.15.8", default-features = false }

Reply via email to