diff --git a/Cargo.lock b/Cargo.lock index 2627330..70797da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,11 +616,11 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" +checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf" dependencies = [ - "nix 0.26.2", + "nix 0.27.1", "windows-sys 0.48.0", ] @@ -1948,6 +1948,17 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "nix" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +dependencies = [ + "bitflags 2.4.0", + "cfg-if", + "libc", +] + [[package]] name = "nom" version = "7.1.3" diff --git a/Cargo.toml b/Cargo.toml index a9389c3..eaddbd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ smithay-client-toolkit = { version = "0.17.0", default-features = false, feature "calloop", ] } universal-config = { version = "0.4.3", default_features = false } -ctrlc = "3.4.0" +ctrlc = "3.4.1" lazy_static = "1.4.0" async_once = "0.2.6"