From 0daeecfa327ec35eafa1fdf065b7ba980a1d0c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:35:25 +0000 Subject: [PATCH] fix(deps): update rust crate nix to 0.31.0 --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b71069a3..4e844f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "nix" -version = "0.30.1" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" dependencies = [ "bitflags 2.10.0", "cfg-if", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 12daf28a..e5bb95a6 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ heck = "0.5.0" itertools = "0.14.0" log.workspace = true mbrman = "0.6.0" -nix = { version = "0.30.0", default-features = false, features = ["fs"] } +nix = { version = "0.31.0", default-features = false, features = ["fs"] } ovmf-prebuilt = "0.2.3" proc-macro2 = { version = "1.0.46", features = ["span-locations"] } quote = "1.0.21"