Skip to content

Commit

Permalink
Merge pull request rust-osdev#1180 from rust-osdev/renovate/nix-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate nix to 0.29.0
  • Loading branch information
nicholasbishop authored May 27, 2024
2 parents 6eef09c + 1ad883d commit 77244a7
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 xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ heck = "0.4.0"
itertools = "0.13.0"
lzma-rs = "0.3.0"
mbrman = "0.5.1"
nix = { version = "0.28.0", default-features = false, features = ["fs"] }
nix = { version = "0.29.0", default-features = false, features = ["fs"] }
os_info = { version = "3.6.0", default-features = false }
proc-macro2 = { version = "1.0.46", features = ["span-locations"] }
quote = "1.0.21"
Expand Down

0 comments on commit 77244a7

Please sign in to comment.