bump proxmox-http dep to 0.6.4
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
c5cd99b15b
commit
9b3b3c88a9
@ -93,7 +93,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] }
|
||||
pathpatterns = "0.1.2"
|
||||
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
|
||||
|
||||
proxmox-http = { version = "0.6.1", features = [ "client", "http-helpers", "websocket" ] }
|
||||
proxmox-http = { version = "0.6.4", features = [ "client", "http-helpers", "websocket" ] }
|
||||
proxmox-io = "1"
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-metrics = "0.2"
|
||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -47,10 +47,10 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-borrow-1+default-dev,
|
||||
librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~),
|
||||
librust-proxmox-fuse-0.1+default-dev (>= 0.1.3-~~),
|
||||
librust-proxmox-http-0.6+client-dev (>= 0.6.3-~~),
|
||||
librust-proxmox-http-0.6+default-dev (>= 0.6.3-~~),
|
||||
librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.3-~~),
|
||||
librust-proxmox-http-0.6+websocket-dev (>= 0.6.3-~~),
|
||||
librust-proxmox-http-0.6+client-dev (>= 0.6.4-~~),
|
||||
librust-proxmox-http-0.6+default-dev (>= 0.6.4-~~),
|
||||
librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.4-~~),
|
||||
librust-proxmox-http-0.6+websocket-dev (>= 0.6.4-~~),
|
||||
librust-proxmox-io-1+default-dev (>= 1.0.1-~~),
|
||||
librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~),
|
||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||
@ -62,8 +62,8 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.1-~~),
|
||||
librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.1-~~),
|
||||
librust-proxmox-section-config-1+default-dev,
|
||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1~~),
|
||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1~~),
|
||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
|
||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
|
||||
librust-proxmox-shared-memory-0.2+default-dev,
|
||||
librust-proxmox-sys-0.3+default-dev (>= 0.3.1-~~),
|
||||
librust-proxmox-sys-0.3+logrotate-dev (>= 0.3.1-~~),
|
||||
|
@ -36,7 +36,7 @@ pathpatterns = "0.1.2"
|
||||
proxmox-async = "0.4"
|
||||
proxmox-compression = "0.1.1"
|
||||
proxmox-fuse = "0.1.3"
|
||||
proxmox-http = { version = "0.6.3", features = [ "client", "http-helpers", "websocket" ] }
|
||||
proxmox-http = { version = "0.6.4", features = [ "client", "http-helpers", "websocket" ] }
|
||||
proxmox-io = { version = "1.0.1", features = [ "tokio" ] }
|
||||
proxmox-lang = "1.1"
|
||||
proxmox-router = { version = "1.2.4", features = [ "cli" ] }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user