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 10a232040 chore(rust): Bump test-with from 0.15.5 to 0.15.6 in /rust
(#3783)
10a232040 is described below
commit 10a2320407da012847a69b98e6ba022a4338da01
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 10:18:11 2026 +0900
chore(rust): Bump test-with from 0.15.5 to 0.15.6 in /rust (#3783)
Bumps [test-with](https://github.com/yanganto/test-with) from 0.15.5 to
0.15.6.
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 3761ca6e2..5aa7b9429 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2569,9 +2569,9 @@ dependencies = [
[[package]]
name = "test-with"
-version = "0.15.5"
+version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "63b34ca6990bbf04e3d49c1e3ea4b4ad6c9e15602927d37ec48687df39c2ef8b"
+checksum = "57ec38bac967f54b11756d3b8b42069f5b30c3ff449972c516683b98340a4e8e"
dependencies = [
"proc-macro-error2",
"proc-macro2",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index c674b5459..1df914a5d 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -52,4 +52,4 @@ regex = { version = "1.12.2", default-features = false,
optional = true }
url = "2.5.7"
[dev-dependencies]
-test-with = { version = "0.15.5", default-features = false }
+test-with = { version = "0.15.6", default-features = false }