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

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


The following commit(s) were added to refs/heads/main by this push:
     new a2e3c921dc chore(deps): bump nix from 0.29.0 to 0.30.1 (#16002)
a2e3c921dc is described below

commit a2e3c921dc3c1ba61b646befc20389c866886fcf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 9 08:02:29 2025 -0700

    chore(deps): bump nix from 0.29.0 to 0.30.1 (#16002)
    
    Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1.
    - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.1)
    
    ---
    updated-dependencies:
    - dependency-name: nix
      dependency-version: 0.30.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                     | 18 +++++++++++++++---
 datafusion-examples/Cargo.toml |  2 +-
 datafusion/core/Cargo.toml     |  2 +-
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b22fc50789..30d3e8a11f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1851,7 +1851,7 @@ dependencies = [
  "insta",
  "itertools 0.14.0",
  "log",
- "nix",
+ "nix 0.30.1",
  "object_store",
  "parking_lot",
  "parquet",
@@ -2165,7 +2165,7 @@ dependencies = [
  "futures",
  "log",
  "mimalloc",
- "nix",
+ "nix 0.30.1",
  "object_store",
  "prost",
  "tempfile",
@@ -4146,6 +4146,18 @@ dependencies = [
  "libc",
 ]
 
+[[package]]
+name = "nix"
+version = "0.30.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
+dependencies = [
+ "bitflags 2.8.0",
+ "cfg-if",
+ "cfg_aliases",
+ "libc",
+]
+
 [[package]]
 name = "nom"
 version = "7.1.3"
@@ -5521,7 +5533,7 @@ dependencies = [
  "libc",
  "log",
  "memchr",
- "nix",
+ "nix 0.29.0",
  "radix_trie",
  "unicode-segmentation",
  "unicode-width 0.2.0",
diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml
index 2ba1673d97..a630542a8f 100644
--- a/datafusion-examples/Cargo.toml
+++ b/datafusion-examples/Cargo.toml
@@ -80,4 +80,4 @@ url = { workspace = true }
 uuid = "1.16"
 
 [target.'cfg(not(target_os = "windows"))'.dev-dependencies]
-nix = { version = "0.29.0", features = ["fs"] }
+nix = { version = "0.30.1", features = ["fs"] }
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index 4b6d8f2749..c58df0cfc6 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -165,7 +165,7 @@ test-utils = { path = "../../test-utils" }
 tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", 
"fs"] }
 
 [target.'cfg(not(target_os = "windows"))'.dev-dependencies]
-nix = { version = "0.29.0", features = ["fs"] }
+nix = { version = "0.30.1", features = ["fs"] }
 
 [[bench]]
 harness = false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to