Skip to content

Commit

Permalink
Bump nix from 0.28.0 to 0.29.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 7605e33 commit b4e8f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -19,7 +19,7 @@ slog = "^2.7"
slog-async = "^2.8"
slog-term = "^2.9"
crossbeam-channel = "^0.5"
nix = { version = "^0.28", features = ["socket", "user"]}
nix = { version = "^0.29", features = ["socket", "user"]}
num-derive = "^0.3"
num-traits = "^0.2"
sd-notify = "^0.4"
Expand Down

0 comments on commit b4e8f06

Please sign in to comment.