From d302c37a4b9fc85c360f71f70b74cf4ed86e5200 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Apr 2024 16:22:04 -0400 Subject: switch from nix to rustix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf