restore-daemon: add missing tokio feature
hidden by the top-level crate enabling it. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
cb33ed9ca5
commit
e938db2bf1
@ -19,7 +19,7 @@ nix = "0.24"
|
||||
regex = "1.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.6", features = ["parking_lot", "sync"] }
|
||||
tokio = { version = "1.6", features = ["macros", "parking_lot", "sync"] }
|
||||
tokio-stream = "0.1.0"
|
||||
tokio-util = { version = "0.7", features = [ "codec", "io" ] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user