diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index d11321c4..ae24fa06 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -40,4 +40,4 @@ proxmox-http = { version = "0.6", 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.3", features = [ "logrotate" ] } +proxmox-sys = { version = "0.3.1", features = [ "logrotate" ] }