summaryrefslogtreecommitdiff
path: root/utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Cargo.toml')
-rw-r--r--utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Cargo.toml b/utils/Cargo.toml
index 9e43816..6fac1a1 100644
--- a/utils/Cargo.toml
+++ b/utils/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
-nix = { version = "0.25.0", features = ["process"] }
+nix = { version = "0.27.1", features = ["mount", "process"] }
log = "0.4.20"
kernlog = "0.3.1"
clap = { version = "4.1.4", features = ["derive"] }