X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=proxmox-rrd-api-types%2FCargo.toml;h=816f7fde8d89b7e33e576528e1771569ae846248;hb=6ef1b649d96ef0eee58314ce5e1638bf06d34082;hp=0eec1c49d9150d2a0a4e09739d9b7c07c1c91883;hpb=e3f3359c8663cbe89e266cf29b8315a47a0e9b0b;p=proxmox-backup.git diff --git a/proxmox-rrd-api-types/Cargo.toml b/proxmox-rrd-api-types/Cargo.toml index 0eec1c49..816f7fde 100644 --- a/proxmox-rrd-api-types/Cargo.toml +++ b/proxmox-rrd-api-types/Cargo.toml @@ -7,5 +7,5 @@ description = "API type definitions for proxmox-rrd crate." [dependencies] -serde = { version = "1.0", features = [] } -proxmox = { version = "0.14.0", features = ["api-macro"] } +serde = { version = "1.0", features = ["derive"] } +proxmox-schema = { version = "1", features = ["api-macro"] }