diff --git a/Cargo.lock b/Cargo.lock index 5be4f59..8a907b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,9 +1110,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libgit2-sys" @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ "bitflags 2.4.2", "cfg-if", diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 1cfe435..d98bfc1 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0.120" reqwest = { version = "0.12.5", features = ["blocking"] } once_cell = "1.19.0" figment = { version = "0.10.19", features = ["toml", "env"] } -nix = { version = "0.29.0", features = ["user"] } +nix = { version = "0.30.1", features = ["user"] } crossbeam-channel = "0.5.13" cxx = "1.0.124" # tokio = { version = "1.37.0" }