Skip to content

Commit

Permalink
Increase nix dependency lower bound to 0.27.1
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 26, 2023
1 parent d72bd39 commit bfed78c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
29 changes: 25 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ version = "0.4.14"
optional = true

[dependencies.nix]
version = "0.26.0"
version = "0.27.1"
features = ["fs", "ioctl", "mount", "poll", "process", "sched", "socket"]
optional = true

[dependencies.pretty-hex]
Expand Down

0 comments on commit bfed78c

Please sign in to comment.