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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Virv12 committed Nov 19, 2024
1 parent a1c4094 commit 76aab08
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 @@ -28,7 +28,7 @@ serde_json = "1.0"
log = "0.4"
libc = "0.2"
tempfile = "3.4"
nix = { version = "0.28", features = ["mount", "fs", "user", "sched", "signal"] }
nix = { version = "0.29", features = ["mount", "fs", "user", "sched", "signal"] }
anyhow = "1"
signal-hook = "0.1"
lazy_static = "1.4"
Expand Down

0 comments on commit 76aab08

Please sign in to comment.