Skip to content

Commit

Permalink
chore(deps): bump nix from 0.28.0 to 0.29.0 (#61)
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent 32c48c2 commit f68dcf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -17,7 +17,7 @@ shlex = "1.3.0"
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
libc = "0.2"
nix = { version = "0.28.0", features = ["signal", "process"] }
nix = { version = "0.29.0", features = ["signal", "process"] }
thiserror = "1.0.61"

[profile.release]
Expand Down

0 comments on commit f68dcf7

Please sign in to comment.