diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index 9c3b569f..e3e64865 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -8,7 +8,6 @@ authors = [ "Wolfgang Bumiller " ] proc-macro = true [dependencies] -derive_builder = "0.7" failure = "0.1" proc-macro2 = "1.0" quote = "1.0"