Skip to content

Commit

Permalink
Update Rust crate nix to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 7ff3c9c commit 6621627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ windows = { version = "0.56", features = [
] }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28", features = ["user"] }
nix = { version = "0.29", features = ["user"] }

[features]
all = ["macros", "network", "root", "std", "traits"]
Expand Down

0 comments on commit 6621627

Please sign in to comment.