update proxmox-http to 0.8

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-03-03 10:51:45 +01:00
parent ebb5569215
commit effa25be25

View File

@ -27,7 +27,7 @@ xz2 = "0.1"
proxmox-apt = { version = "0.9.3" }
proxmox-async = "0.4"
proxmox-http = { version = "0.7", features = [ "client-sync", "client-trait" ]}
proxmox-http = { version = "0.8", features = [ "client-sync", "client-trait" ]}
proxmox-router = { version = "1.3", features = [ "cli" ], default_features = false }
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
proxmox-section-config = "1"