mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 20:23:59 +00:00
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
fb6823b54b
commit
6ad1bcaf89
@ -7,7 +7,7 @@ description = "REST server implementation"
|
|||||||
|
|
||||||
# for example
|
# for example
|
||||||
[dev-dependencies]
|
[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" ] }
|
tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@ -30,7 +30,7 @@ tokio-openssl = "0.6.1"
|
|||||||
tower-service = "0.3.0"
|
tower-service = "0.3.0"
|
||||||
url = "2.1"
|
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)
|
# fixme: remove this dependency (pbs_tools::broadcast_future)
|
||||||
pbs-tools = { path = "../pbs-tools" }
|
pbs-tools = { path = "../pbs-tools" }
|
||||||
|
Loading…
Reference in New Issue
Block a user