Skip to content

Commit

Permalink
Bump nix from 0.27.1 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.27.1...v0.28.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] authored Mar 22, 2024
1 parent 3d84a7f commit 30c4281
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 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 @@ -12,7 +12,7 @@ gethostname = "0.4"
hostname = { version = "0.3", features = ["set"] }
ipnet = "2.8"
log = "0.4"
nix = { version = "0.27", features = ["reboot"] }
nix = { version = "0.28", features = ["reboot"] }
pnet = { version = "0.34", features = ["pnet_datalink", "std"] }
regex = "1.9"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 30c4281

Please sign in to comment.