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 516ebe5  Update nix requirement from 0.29.0 to 0.30.0 (#344)
516ebe5 is described below

commit 516ebe5cf28f1e3984a6e78a6067a1a632cbc4c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 29 22:40:43 2025 +0200

    Update nix requirement from 0.29.0 to 0.30.0 (#344)
    
    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.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: nix
      dependency-version: 0.30.0
      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 4e8bc74..b3fd34a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,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.29.0", features = ["fs"] }
+nix = { version = "0.30.0", features = ["fs"] }
 
 [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
 web-time = { version = "1.1.0" }

Reply via email to