depend on proxmox-async 0.2

This commit is contained in:
Dietmar Maurer
2021-11-20 17:14:02 +01:00
parent bf298a16ef
commit 92a8f0bc82
12 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
pathpatterns = "0.1.2"
proxmox = "0.15.3"
proxmox-async = "0.1"
proxmox-async = "0.2"
proxmox-schema = { version = "1", features = [ "api-macro" ] }
proxmox-router = "1.1"
pxar = { version = "0.10.1", features = [ "tokio-io" ] }