bump proxmox-async dep to 0.4

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2022-02-21 14:25:29 +01:00
parent 229c1788c1
commit 9c890d72b9
8 changed files with 8 additions and 8 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.3"
proxmox-async = "0.4"
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
proxmox-router = "1.1"
proxmox-sys = "0.2"