bump proxmox-http dep to 0.6.4

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-21 13:00:22 +02:00
parent 2f82a04734
commit 2e929cc386

View File

@ -36,7 +36,7 @@ proxmox-async = "0.4"
proxmox-compression = "0.1.1"
proxmox-io = "1"
proxmox-lang = "1.1"
proxmox-http = { version = "0.6", features = [ "client" ] }
proxmox-http = { version = "0.6.4", features = [ "client" ] }
proxmox-router = "1.2.4"
proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] }
proxmox-time = "1"