Skip to content

Commit 54e0355

Browse files
Merge pull request #1670 from rust-osdev/renovate/nix-0.x
fix(deps): update rust crate nix to 0.30.0
2 parents d4b3ed0 + f4b6166 commit 54e0355

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ heck = "0.5.0"
1414
itertools = "0.14.0"
1515
log.workspace = true
1616
mbrman = "0.5.1"
17-
nix = { version = "0.29.0", default-features = false, features = ["fs"] }
17+
nix = { version = "0.30.0", default-features = false, features = ["fs"] }
1818
ovmf-prebuilt = "0.2.3"
1919
proc-macro2 = { version = "1.0.46", features = ["span-locations"] }
2020
quote = "1.0.21"

0 commit comments

Comments
 (0)