This is an automated email from the ASF dual-hosted git repository.
mbrobbel 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 5be5ca7f3 chore(rust): Bump test-with from 0.15.4 to 0.15.5 in /rust
(#3678)
5be5ca7f3 is described below
commit 5be5ca7f3d01b5a68b4520d6de74597d51a45174
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 09:05:36 2025 +0100
chore(rust): Bump test-with from 0.15.4 to 0.15.5 in /rust (#3678)
Bumps [test-with](https://github.com/yanganto/test-with) from 0.15.4 to
0.15.5.
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 f83f24c13..f73a68eae 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2524,9 +2524,9 @@ dependencies = [
[[package]]
name = "test-with"
-version = "0.15.4"
+version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0f370b9efbfbbc5f057cbce9888373eaeb146a3095bb8cc869b199c94d15559"
+checksum = "63b34ca6990bbf04e3d49c1e3ea4b4ad6c9e15602927d37ec48687df39c2ef8b"
dependencies = [
"proc-macro-error2",
"proc-macro2",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index e1ff6b402..c674b5459 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.4", default-features = false }
+test-with = { version = "0.15.5", default-features = false }