pbs-client: add option to use the new RateLimiter

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-11-03 13:52:13 +01:00
parent 68fd9ca6d6
commit 2419dc0de9
4 changed files with 44 additions and 7 deletions

View File

@ -30,7 +30,7 @@ xdg = "2.2"
pathpatterns = "0.1.2"
proxmox = "0.15.0"
proxmox-fuse = "0.1.1"
proxmox-http = { version = "0.5.0", features = [ "client", "http-helpers", "websocket" ] }
proxmox-http = { version = "0.5.2", features = [ "client", "http-helpers", "websocket" ] }
proxmox-io = { version = "1", features = [ "tokio" ] }
proxmox-lang = "1"
proxmox-router = { version = "1.1", features = [ "cli" ] }