diff --git a/pbs-fuse-loop/Cargo.toml b/pbs-fuse-loop/Cargo.toml index c8056f3f..57ca4d80 100644 --- a/pbs-fuse-loop/Cargo.toml +++ b/pbs-fuse-loop/Cargo.toml @@ -13,7 +13,7 @@ libc = "0.2" nix = "0.24" log = "0.4" regex = "1.5" -tokio = { version = "1.6", features = [] } +tokio = { version = "1.6", features = ["io-util"] } proxmox-time = "1" proxmox-fuse = "0.1.3" diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml index 6ea66b0a..c3d8a6e4 100644 --- a/proxmox-file-restore/Cargo.toml +++ b/proxmox-file-restore/Cargo.toml @@ -24,7 +24,7 @@ proxmox-router = { version = "1.2.4", features = [ "cli" ] } proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-time = "1" proxmox-uuid = "1" -proxmox-sys = "0.4" +proxmox-sys = { version = "0.4", features = [ "logrotate" ] } pbs-api-types = { path = "../pbs-api-types" } pbs-buildcfg = { path = "../pbs-buildcfg" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 42c25acf..97400a2b 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -40,4 +40,4 @@ proxmox-http = { version = "0.6.4", features = [ "client" ] } proxmox-router = "1.2.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" -proxmox-sys = { version = "0.4", features = [ "logrotate" ] } +proxmox-sys = { version = "0.4", features = [ "logrotate", "timer" ] }