Skip to content

Commit

Permalink
fix(deps): update rust crate nix to 0.28.0 (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent e6bbc01 commit d6c09b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions utils/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 utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.69.0"

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
nix = { version = "0.27.1", features = ["mount", "process"] }
nix = { version = "0.28.0", features = ["mount", "process"] }
log = "0.4.20"
kernlog = "0.3.1"

Expand Down

0 comments on commit d6c09b7

Please sign in to comment.