diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml index 9013c67f..0fad5677 100644 --- a/proxmox-restore-daemon/Cargo.toml +++ b/proxmox-restore-daemon/Cargo.toml @@ -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" ] }