update proxmox-http b-d to 0.6.1
so that we can drop some mut on http client usages Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
41c1a17999
commit
2c64201e64
|
@ -93,7 +93,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
|
||||||
pathpatterns = "0.1.2"
|
pathpatterns = "0.1.2"
|
||||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||||
|
|
||||||
proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] }
|
proxmox-http = { version = "0.6.1", features = [ "client", "http-helpers", "websocket" ] }
|
||||||
proxmox-io = "1"
|
proxmox-io = "1"
|
||||||
proxmox-lang = "1.1"
|
proxmox-lang = "1.1"
|
||||||
proxmox-router = { version = "1.2.2", features = [ "cli" ] }
|
proxmox-router = { version = "1.2.2", features = [ "cli" ] }
|
||||||
|
|
|
@ -47,10 +47,10 @@ Build-Depends: debhelper (>= 12),
|
||||||
librust-proxmox-borrow-1+default-dev,
|
librust-proxmox-borrow-1+default-dev,
|
||||||
librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~),
|
librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~),
|
||||||
librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~),
|
librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~),
|
||||||
librust-proxmox-http-0.6+client-dev,
|
librust-proxmox-http-0.6.1+client-dev,
|
||||||
librust-proxmox-http-0.6+default-dev,
|
librust-proxmox-http-0.6.1+default-dev,
|
||||||
librust-proxmox-http-0.6+http-helpers-dev,
|
librust-proxmox-http-0.6.1+http-helpers-dev,
|
||||||
librust-proxmox-http-0.6+websocket-dev,
|
librust-proxmox-http-0.6.1+websocket-dev,
|
||||||
librust-proxmox-io-1+default-dev (>= 1.0.1-~~),
|
librust-proxmox-io-1+default-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~),
|
librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||||
|
|
Loading…
Reference in New Issue