diff --git a/Cargo.toml b/Cargo.toml index 0565a99..a2ac6cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"