From c397a5d53a850b128bd8ce53ff3b46e6f7c4e811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:29:05 +0000 Subject: [PATCH] Update nix requirement from 0.29.0 to 0.31.2 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/commits/v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion-examples/Cargo.toml | 2 +- datafusion/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index 626c365af21cb..a9afec9bbc42e 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -84,4 +84,4 @@ url = { workspace = true } uuid = "1.7" [target.'cfg(not(target_os = "windows"))'.dev-dependencies] -nix = { version = "0.28.0", features = ["fs"] } +nix = { version = "0.31.2", features = ["fs"] } diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 532ca8fde9e73..d25a87c484288 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -158,7 +158,7 @@ tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] tokio-postgres = "0.7.7" [target.'cfg(not(target_os = "windows"))'.dev-dependencies] -nix = { version = "0.29.0", features = ["fs"] } +nix = { version = "0.31.2", features = ["fs"] } [[bench]] harness = false