aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4267568..3885e82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
humantime = "2.1.0"
-nix = { version = "0.27.1", features = ["reboot", "fs"] }
+nix = { version = "0.29.0", features = ["reboot", "fs", "signal"] }
sys-mount = { version = "2.0.2", default-features = false }
sysinfo = { version = "0.29.10", default-features = false }
-tokio = { version = "1.0", features = ["signal", "macros", "rt-multi-thread"] }