From aaf4b728392dbeb8f91064e3492518ec096b2998 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 12 Dec 2022 11:51:08 +0100 Subject: [PATCH] deps: bump api-macro to current version Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e85e2a63..cfc81e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ webauthn-rs = "0.3" zstd = { version = "0.6", features = [ "bindgen" ] } # workspace dependencies -proxmox-api-macro = { version = "1.0.3", path = "proxmox-api-macro" } +proxmox-api-macro = { version = "1.0.4", path = "proxmox-api-macro" } proxmox-async = { version = "0.4.1", path = "proxmox-async" } proxmox-compression = { version = "0.1.1", path = "proxmox-compression" } proxmox-http = { version = "0.7", path = "proxmox-http" }