Skip to content

Commit

Permalink
Merge pull request sharkdp#1567 from sharkdp/dependabot/cargo/nix-0.29.0
Browse files Browse the repository at this point in the history
build(deps): bump nix from 0.28.0 to 0.29.0
  • Loading branch information
tmccombs authored Jun 2, 2024
2 parents d8a808c + dbbabed commit be815c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 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 @@ -65,7 +65,7 @@ default-features = false
features = ["nu-ansi-term"]

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28.0", default-features = false, features = ["signal", "user"] }
nix = { version = "0.29.0", default-features = false, features = ["signal", "user"] }

[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"
Expand Down

0 comments on commit be815c2

Please sign in to comment.