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

@ -33,7 +33,7 @@ walkdir = "2"
zstd = { version = "0.6", features = [ "bindgen" ] }
proxmox = { version = "0.15.3", default-features = false, features = [ "tokio" ] }
proxmox-async = "0.1"
proxmox-async = "0.2"
proxmox-borrow = "1"
proxmox-io = { version = "1", features = [ "tokio" ] }
proxmox-lang = { version = "1" }