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:
Wolfgang Bumiller
2021-10-08 11:18:22 +02:00
parent 0e1edf19b1
commit e3f3359c86
16 changed files with 23 additions and 19 deletions

View File

@ -7,7 +7,7 @@ description = "REST server implementation"
# for example
[dev-dependencies]
proxmox = { version = "0.13", features = ["router","api-macro"] }
proxmox = { version = "0.14.0", features = ["router","api-macro"] }
tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] }
[dependencies]
@ -30,7 +30,7 @@ tokio-openssl = "0.6.1"
tower-service = "0.3.0"
url = "2.1"
proxmox = { version = "0.13.5", features = [ "router"] }
proxmox = { version = "0.14.0", features = [ "router"] }
# fixme: remove this dependency (pbs_tools::broadcast_future)
pbs-tools = { path = "../pbs-tools" }