forked from proxmox-mirrors/proxmox
bump proxmox dependency to 0.14.0 and proxmox-http to 0.5.0
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
071cb7aa8b
commit
fa9757e67f
@ -8,4 +8,4 @@ description = "API type definitions for proxmox-rrd crate."
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0", features = [] }
|
serde = { version = "1.0", features = [] }
|
||||||
proxmox = { version = "0.13.5", features = ["api-macro"] }
|
proxmox = { version = "0.14.0", features = ["api-macro"] }
|
||||||
|
@ -10,6 +10,6 @@ anyhow = "1.0"
|
|||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
proxmox = { version = "0.13.5", features = ["api-macro"] }
|
proxmox = { version = "0.14.0", features = ["api-macro"] }
|
||||||
|
|
||||||
proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" }
|
proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" }
|
||||||
|
Loading…
Reference in New Issue
Block a user