diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index ae24fa06..536f01b8 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -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"