This is an automated email from the ASF dual-hosted git repository.

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f2fad34f chore(deps): bump tempfile from 3.24.0 to 3.25.0 in /native 
(#3529)
3f2fad34f is described below

commit 3f2fad34f5e0fe06b7d1d72ef482d4f517128fd0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 11:12:21 2026 -0500

    chore(deps): bump tempfile from 3.24.0 to 3.25.0 in /native (#3529)
    
    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 
3.25.0.
    - 
[Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Stebalien/tempfile/commits)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-version: 3.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock         | 6 +++---
 native/core/Cargo.toml    | 2 +-
 native/fs-hdfs/Cargo.toml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 74732f873..9a9eac04c 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -5721,12 +5721,12 @@ checksum = 
"55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
 
 [[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.4",
+ "getrandom 0.4.1",
  "once_cell",
  "rustix 1.1.3",
  "windows-sys 0.61.2",
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index 07d4c6cc8..bcf2dad8c 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -56,7 +56,7 @@ zstd = "0.13.3"
 rand = { workspace = true }
 num = { workspace = true }
 bytes = { workspace = true }
-tempfile = "3.24.0"
+tempfile = "3.25.0"
 itertools = "0.14.0"
 paste = "1.0.14"
 datafusion = { workspace = true, features = ["parquet_encryption", "sql"] }
diff --git a/native/fs-hdfs/Cargo.toml b/native/fs-hdfs/Cargo.toml
index 4bf56d2b4..4d2fe0605 100644
--- a/native/fs-hdfs/Cargo.toml
+++ b/native/fs-hdfs/Cargo.toml
@@ -53,4 +53,4 @@ log = "^0.4"
 
 [dev-dependencies]
 uuid = {version = "^1.20", features = ["v4"]}
-tempfile = "^3.24"
+tempfile = "^3.25"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to