Skip to content

Commit

Permalink
Merge pull request #1542 from sharkdp/dependabot/cargo/nix-0.28.0
Browse files Browse the repository at this point in the history
build(deps): bump nix from 0.27.1 to 0.28.0
  • Loading branch information
tmccombs committed May 1, 2024
2 parents 9279b1f + 21d50da commit ddd3aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 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
Expand Up @@ -65,7 +65,7 @@ default-features = false
features = ["nu-ansi-term"]

[target.'cfg(unix)'.dependencies]
nix = { version = "0.27.1", default-features = false, features = ["signal", "user"] }
nix = { version = "0.28.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 ddd3aae

Please sign in to comment.