bump proxmox dependency to 0.1.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
de8ec04123
commit
85d3660bf9
|
@ -29,7 +29,7 @@ pam = "0.7"
|
||||||
pam-sys = "0.5"
|
pam-sys = "0.5"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
pin-utils = "0.1.0-alpha"
|
pin-utils = "0.1.0-alpha"
|
||||||
proxmox = { version = "0.1.1", features = [ "sortable-macro", "api-macro" ] }
|
proxmox = { version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
|
||||||
regex = "1.2"
|
regex = "1.2"
|
||||||
rustyline = "5.0.5"
|
rustyline = "5.0.5"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
|
@ -42,9 +42,9 @@ Build-Depends: bash-completion,
|
||||||
librust-pam-sys-0.5+default-dev,
|
librust-pam-sys-0.5+default-dev,
|
||||||
librust-percent-encoding-2.1+default-dev,
|
librust-percent-encoding-2.1+default-dev,
|
||||||
librust-pin-utils-0.1.0+default-dev,
|
librust-pin-utils-0.1.0+default-dev,
|
||||||
librust-proxmox-0.1.1+default-dev,
|
librust-proxmox-0.1.2+default-dev,
|
||||||
librust-proxmox-0.1.1+sortable-macro-dev,
|
librust-proxmox-0.1.2+sortable-macro-dev,
|
||||||
librust-proxmox-0.1.1+api-macro-dev,
|
librust-proxmox-0.1.2+api-macro-dev,
|
||||||
librust-regex-1.2+default-dev,
|
librust-regex-1.2+default-dev,
|
||||||
librust-rustyline-5.0.5+default-dev,
|
librust-rustyline-5.0.5+default-dev,
|
||||||
librust-serde-1.0+default-dev,
|
librust-serde-1.0+default-dev,
|
||||||
|
|
Loading…
Reference in New Issue