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

mneumann pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new 744c3fc  build(deps): update nix requirement from 0.30.0 to 0.31.1 
(#616)
744c3fc is described below

commit 744c3fca36c44bdd493c6107d58c9806f9ae4f0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 14:14:38 2026 +0100

    build(deps): update nix requirement from 0.30.0 to 0.31.1 (#616)
    
    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.30.0...v0.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: nix
      dependency-version: 0.31.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index e42f675..7e036e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,7 @@ serde_urlencoded = { version = "0.7", optional = true }
 tokio = { version = "1.29.0", features = ["sync", "macros", "rt", "time", 
"io-util"] }
 
 [target.'cfg(target_family="unix")'.dev-dependencies]
-nix = { version = "0.30.0", features = ["fs"] }
+nix = { version = "0.31.1", features = ["fs"] }
 
 [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
 web-time = { version = "1.1.0" }

Reply via email to