Skip to content

Commit

Permalink
Bump nix from 0.26.2 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.2...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent af6df79 commit b8dc952
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
28 changes: 16 additions & 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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ which = "4"

[target.'cfg(target_os = "macos")'.dependencies]
libproc = "0.14"
nix = {version = "0.26.2", features = ["process"]}
nix = {version = "0.27.1", features = ["process"]}
errno = "0.3"
pager = "0.16"
users = "0.11"
Expand Down

0 comments on commit b8dc952

Please sign in to comment.