diff --git a/Cargo.lock b/Cargo.lock index 8550a9c4..46544574 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,7 +713,7 @@ dependencies = [ "log", "mimalloc", "mlua", - "nix 0.30.1", + "nix 0.31.1", "num_cpus", "parking_lot", "quick-xml", @@ -1456,9 +1456,9 @@ dependencies = [ [[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", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 60b94f43..5c8d2528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ frame-analyzer = "0.3.4" dumpsys-rs = { git = "https://github.com/shadow3aaa/dumpsys-rs" } mimalloc = { version = "0.1.48", features = ["no_thp", "override"] } num_cpus = "1.17.0" -nix = { version = "0.30.1", features = ["sched"] } +nix = { version = "0.31.1", features = ["sched"] } [build-dependencies] anyhow = "1.0.101"