aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b6dbbe..697583f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,6 @@ hmac = { version = "0.12.1", features = ["std"] }
humantime = "2.1.0"
libc = "0.2.153"
log = "0.4.21"
-nix = { version = "0.28", features = ["process", "signal", "term", "user"] }
pbkdf2 = "0.12.2"
percent-encoding = "2.3.1"
pkcs8 = "0.10.2"
@@ -66,6 +65,7 @@ rmpv = "1.0.2"
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-native-roots"] }
is-terminal = "0.4.12"
regex = "1.10.4"
+rustix = { version = "0.38.33", features = ["termios", "procfs"] }
[package.metadata.deb]
depends = "pinentry"