Skip to content

Commit e5b61e6

Browse files
authored
Merge pull request #160 from rust-cli/renovate/nix-0.x
chore(deps): Update Rust crate nix to 0.31
2 parents 01352e5 + 53d23e4 commit e5b61e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -125,7 +125,7 @@ which = ["dep:which"]
125125

126126
[dependencies]
127127
comma = "1.0"
128-
nix = { version = "0.30", features = ["fs", "process", "signal", "term"] }
128+
nix = { version = "0.31", features = ["fs", "process", "signal", "term"] }
129129
regex = "1"
130130
tempfile = "3"
131131
thiserror = "2.0.0"

0 commit comments

Comments
 (0)