From 4963c05f40e04a07c843b0efc8539a7a617724eb Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 9 Aug 2024 13:06:25 +0200 Subject: [PATCH] bump proxmox-rrd dep to 0.3 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac8540bd..eda8d7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ proxmox-openid = "0.10.0" proxmox-rest-server = { version = "0.7", features = [ "templates" ] } # some use "cli", some use "cli" and "server", pbs-config uses nothing proxmox-router = { version = "2.0.0", default-features = false } -proxmox-rrd = { version = "0.2", features = [ "api-types" ]} +proxmox-rrd = { version = "0.3", features = [ "api-types" ]} # everything but pbs-config and pbs-client use "api-macro" proxmox-schema = "3" proxmox-section-config = "2"