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 786b1a6c6 chore(rust): bump tempfile from 3.20.0 to 3.21.0 in /rust 
(#3343)
786b1a6c6 is described below

commit 786b1a6c6e03a800d6d9307dfd50deb0ca436d77
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 26 15:50:12 2025 +0200

    chore(rust): bump tempfile from 3.20.0 to 3.21.0 in /rust (#3343)
    
    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to
    3.21.0.
    
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 rust/Cargo.lock                | 6 +++---
 rust/driver_manager/Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 7fc065c5f..6d5b31a71 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2561,15 +2561,15 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.20.0"
+version = "3.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
+checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
 dependencies = [
  "fastrand",
  "getrandom 0.3.3",
  "once_cell",
  "rustix",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
 ]
 
 [[package]]
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index 270e9990e..9419a473f 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -55,4 +55,4 @@ windows-registry = { version = ">= 0.5.3", optional = true }
 [dev-dependencies]
 arrow-select.workspace = true
 temp-env = "0.3"
-tempfile = "3.20"
+tempfile = "3.21"

Reply via email to