From 4c66ea278975096879048ac63fceee083157f209 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 22 Nov 2021 10:55:38 +0100 Subject: [PATCH] d/control and Cargo.toml bumps * pin-utils isn't used anymore * proxmox-sys version should also be tracked in Cargo.toml 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 d72e38b2..4102bc0a 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -38,4 +38,4 @@ proxmox-http = { version = "0.5.0", features = [ "client" ] } proxmox-router = "1.1" proxmox-schema = { version = "1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" -proxmox-sys = "0.1" +proxmox-sys = "0.1.2"