bump proxmox-http to 0.6.4

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-21 14:58:35 +02:00
parent 818886ee45
commit 719c66bf04
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ perlmod = { version = "0.13", features = [ "exporter" ] }
proxmox-acme-rs = { version = "0.4", features = ["client"] }
proxmox-apt = "0.9"
proxmox-http = { version = "0.6.3", features = ["client-trait"] }
proxmox-http = { version = "0.6.4", features = ["client-trait"] }
proxmox-subscription = "0.2"
proxmox-sys = "0.3"
proxmox-tfa = { version = "2", features = ["api"] }

View File

@ -32,7 +32,7 @@ url = "2"
perlmod = { version = "0.13", features = [ "exporter" ] }
proxmox-apt = "0.9"
proxmox-http = { version = "0.6.3", features = ["client-trait"] }
proxmox-http = { version = "0.6.4", features = ["client-trait"] }
proxmox-openid = "0.9.5"
proxmox-subscription = "0.2"
proxmox-sys = "0.3"