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 ceac32a40 chore(rust): bump test-with from 0.14.7 to 0.14.8 in /rust 
(#2602)
ceac32a40 is described below

commit ceac32a4039866972a582e19327d3eff646dc7e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 18:10:28 2025 -0400

    chore(rust): bump test-with from 0.14.7 to 0.14.8 in /rust (#2602)
    
    Bumps [test-with](https://github.com/yanganto/test-with) from 0.14.7 to
    0.14.8.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/yanganto/test-with/commit/ef242e35738b0d175faf357e00e0c67a9d3495db";><code>ef242e3</code></a>
    add <code>||</code> for executable condition (<a
    
href="https://redirect.github.com/yanganto/test-with/issues/103";>#103</a>)</li>
    <li><a
    
href="https://github.com/yanganto/test-with/commit/53e616509b543210694d976a1bef011b1f23aa53";><code>53e6165</code></a>
    automated dependency update (<a
    
href="https://redirect.github.com/yanganto/test-with/issues/101";>#101</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/yanganto/test-with/compare/v0.14.7...v0.14.8";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=test-with&package-manager=cargo&previous-version=0.14.7&new-version=0.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    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 cd3040bea..005224528 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2776,9 +2776,9 @@ dependencies = [
 
 [[package]]
 name = "test-with"
-version = "0.14.7"
+version = "0.14.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "eb39a1199760f44d7e11b6644b620d35abe7e012fa34288abae9e5aa95a243da"
+checksum = "03ed0eeaca420c94c7fbcfd53f425b6ea2ce25e23111523b76bde45ec1c4e2ca"
 dependencies = [
  "proc-macro-error2",
  "proc-macro2",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index fdcd0666e..3407fbb66 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.7", default-features = false }
+test-with = { version = "0.14.8", default-features = false }

Reply via email to