Skip to content

Commit 091b823

Browse files
fix(deps): update rust crate nix to 0.29.0
1 parent 887cd56 commit 091b823

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
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.4.0"
1414
itertools = "0.12.0"
1515
lzma-rs = "0.3.0"
1616
mbrman = "0.5.1"
17-
nix = { version = "0.28.0", default-features = false, features = ["fs"] }
17+
nix = { version = "0.29.0", default-features = false, features = ["fs"] }
1818
os_info = { version = "3.6.0", default-features = false }
1919
proc-macro2 = { version = "1.0.46", features = ["span-locations"] }
2020
quote = "1.0.21"

0 commit comments

Comments
 (0)