revert: remove dependency on async_recursion

This commit is contained in:
Matthias Ahouansou 2024-03-05 19:58:39 +00:00
parent becaad677f
commit c58af8485d
No known key found for this signature in database
3 changed files with 159 additions and 169 deletions

View file

@ -115,7 +115,6 @@ lazy_static = "1.4.0"
async-trait = "0.1.68"
sd-notify = { version = "0.4.1", optional = true }
async-recursion = "1.0.5"
[target.'cfg(unix)'.dependencies]
nix = { version = "0.26.2", features = ["resource"] }