Skip to content

Commit be7f1ab

Browse files
authored
Merge pull request #137 from rust-cli/renovate/nix-0.x
chore(deps): Update Rust crate nix to 0.29
2 parents d57c788 + 8e63160 commit be7f1ab

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ which = ["dep:which"]
117117

118118
[dependencies]
119119
comma = "1.0"
120-
nix = { version = "0.27", features = ["fs", "process", "signal", "term"] }
120+
nix = { version = "0.29", features = ["fs", "process", "signal", "term"] }
121121
regex = "1"
122122
tempfile = "3"
123123
thiserror = "2.0.0"

0 commit comments

Comments
 (0)