diff --git a/Cargo.toml b/Cargo.toml index 115bcff..9e6c62b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ const_format = "0.2" libc = "0.2" once_cell = "1.13" log = "0.4" -nix = { version = "0.25", features = ["socket", "user", "sched"] } +nix = { version = "0.24", features = ["socket", "user", "sched"] } tokio = { version = "1", features = ["rt"] } trust-dns-resolver = "0.21" trust-dns-proto = "0.21" diff --git a/tests/common.rs b/tests/common.rs index 5bc5b13..e2b6a2b 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -209,7 +209,7 @@ pub fn mock_dbus(responses: HashMap>) -> JoinHandle match answers.pop() { Some(a) => { responses_size = responses_size - 1;