Skip to content

Commit

Permalink
Merge pull request #137 from rust-cli/renovate/nix-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate nix to 0.29
  • Loading branch information
epage authored Dec 4, 2024
2 parents d57c788 + 8e63160 commit be7f1ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ which = ["dep:which"]

[dependencies]
comma = "1.0"
nix = { version = "0.27", features = ["fs", "process", "signal", "term"] }
nix = { version = "0.29", features = ["fs", "process", "signal", "term"] }
regex = "1"
tempfile = "3"
thiserror = "2.0.0"
Expand Down

0 comments on commit be7f1ab

Please sign in to comment.