From 2f82a047347d95ea85c6455886b63a15c8a5b22e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 29 Jun 2022 09:44:42 +0200 Subject: [PATCH] bump proxmox-sys dep to 0.3.1 Signed-off-by: Wolfgang Bumiller --- proxmox-rest-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }