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 3c1751134 chore(rust): Bump tempfile from 3.24.0 to 3.25.0 (#3954)
3c1751134 is described below

commit 3c17511347a966215ac744ca5971ada1b13db384
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 09:34:21 2026 +0900

    chore(rust): Bump tempfile from 3.24.0 to 3.25.0 (#3954)
    
    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to
    3.25.0.
    
    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_manager/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 6ef0f1aed..2d2467f20 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2451,9 +2451,9 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.24.0"
+version = "3.25.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
+checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
 dependencies = [
  "fastrand",
  "getrandom 0.3.3",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index bedae8e0e..5bee8ba2b 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -56,4 +56,4 @@ windows-registry = { version = ">= 0.5.3" }
 [dev-dependencies]
 arrow-select.workspace = true
 temp-env = "0.3"
-tempfile = "3.24"
+tempfile = "3.25"

Reply via email to