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 ef0377770 chore(rust): bump test-with from 0.14.6 to 0.14.7 in /rust
(#2415)
ef0377770 is described below
commit ef037777085cb52fc36270e9b4c033d49c9f364b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 19:28:05 2025 -0500
chore(rust): bump test-with from 0.14.6 to 0.14.7 in /rust (#2415)
Bumps [test-with](https://github.com/yanganto/test-with) from 0.14.6 to
0.14.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 8326b448f..a536f2c30 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2724,9 +2724,9 @@ dependencies = [
[[package]]
name = "test-with"
-version = "0.14.6"
+version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfe0744d7360b0ffece0f61e6a33834a0f6d8479bc71f6537fb7c98de10782d2"
+checksum = "eb39a1199760f44d7e11b6644b620d35abe7e012fa34288abae9e5aa95a243da"
dependencies = [
"proc-macro-error2",
"proc-macro2",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 899828d8b..4e3788c10 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -50,4 +50,4 @@ regex = { version = "1.11.1", default-features = false,
optional = true }
url = "2.5.4"
[dev-dependencies]
-test-with = { version = "0.14.6", default-features = false }
+test-with = { version = "0.14.7", default-features = false }