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

github-bot pushed a commit to branch dependabot/cargo/main/nix-0.27.1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git

commit 77c227c22ad76e5aa29c3c90f8d57faf7b332eab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 15:48:43 2023 +0000

    Update nix requirement from 0.26.1 to 0.27.1
    
    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/compare/v0.26.1...v0.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: nix
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 datafusion/core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index d5738cb1fe..8da2863966 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -112,7 +112,7 @@ test-utils = { path = "../../test-utils" }
 thiserror = "1.0.37"
 tokio-postgres = "0.7.7"
 [target.'cfg(not(target_os = "windows"))'.dev-dependencies]
-nix = "0.26.1"
+nix = "0.27.1"
 
 [[bench]]
 harness = false

Reply via email to