forked from proxmox-mirrors/proxmox
all crates: bump base64 dep to 0.13
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
20661f014d
commit
dc14d03171
@ -13,7 +13,7 @@ exclude = [ "debian" ]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
base64 = { version = "0.12", optional = true }
|
base64 = { version = "0.13", optional = true }
|
||||||
futures = { version = "0.3", optional = true }
|
futures = { version = "0.3", optional = true }
|
||||||
http = { version = "0.2", optional = true }
|
http = { version = "0.2", optional = true }
|
||||||
hyper = { version = "0.14", features = [ "full" ], optional = true }
|
hyper = { version = "0.14", features = [ "full" ], optional = true }
|
||||||
|
@ -50,7 +50,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-http-dev (= ${binary:Version}),
|
librust-proxmox-http-dev (= ${binary:Version}),
|
||||||
librust-base64-0.12+default-dev
|
librust-base64-0.13+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
|
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.5+base64-dev (= ${binary:Version}),
|
librust-proxmox-http-0.5+base64-dev (= ${binary:Version}),
|
||||||
@ -112,7 +112,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-http-dev (= ${binary:Version}),
|
librust-proxmox-http-dev (= ${binary:Version}),
|
||||||
librust-base64-0.12+default-dev,
|
librust-base64-0.13+default-dev,
|
||||||
librust-http-0.2+default-dev,
|
librust-http-0.2+default-dev,
|
||||||
librust-hyper-0.14+default-dev,
|
librust-hyper-0.14+default-dev,
|
||||||
librust-hyper-0.14+full-dev,
|
librust-hyper-0.14+full-dev,
|
||||||
@ -224,7 +224,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-http-dev (= ${binary:Version}),
|
librust-proxmox-http-dev (= ${binary:Version}),
|
||||||
librust-base64-0.12+default-dev,
|
librust-base64-0.13+default-dev,
|
||||||
librust-futures-0.3+default-dev,
|
librust-futures-0.3+default-dev,
|
||||||
librust-hyper-0.14+default-dev,
|
librust-hyper-0.14+default-dev,
|
||||||
librust-hyper-0.14+full-dev,
|
librust-hyper-0.14+full-dev,
|
||||||
|
@ -10,7 +10,7 @@ exclude = [ "debian" ]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
base64 = "0.12"
|
base64 = "0.13"
|
||||||
libc = "0.2.107"
|
libc = "0.2.107"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
nix = "0.19.1"
|
nix = "0.19.1"
|
||||||
|
@ -11,7 +11,7 @@ exclude = [ "debian" ]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
base32 = "0.4"
|
base32 = "0.4"
|
||||||
base64 = "0.12"
|
base64 = "0.13"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
|
@ -20,7 +20,7 @@ nix = "0.19.1"
|
|||||||
unicode-width ="0.1.8"
|
unicode-width ="0.1.8"
|
||||||
|
|
||||||
# tools module:
|
# tools module:
|
||||||
base64 = "0.12"
|
base64 = "0.13"
|
||||||
endian_trait = { version = "0.6", features = ["arrays"] }
|
endian_trait = { version = "0.6", features = ["arrays"] }
|
||||||
regex = "1.2"
|
regex = "1.2"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-base64-0.12+default-dev <!nocheck>,
|
librust-base64-0.13+default-dev <!nocheck>,
|
||||||
librust-endian-trait-0.6+arrays-dev <!nocheck>,
|
librust-endian-trait-0.6+arrays-dev <!nocheck>,
|
||||||
librust-endian-trait-0.6+default-dev <!nocheck>,
|
librust-endian-trait-0.6+default-dev <!nocheck>,
|
||||||
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
||||||
@ -35,7 +35,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-base64-0.12+default-dev,
|
librust-base64-0.13+default-dev,
|
||||||
librust-endian-trait-0.6+arrays-dev,
|
librust-endian-trait-0.6+arrays-dev,
|
||||||
librust-endian-trait-0.6+default-dev,
|
librust-endian-trait-0.6+default-dev,
|
||||||
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||||
|
Loading…
Reference in New Issue
Block a user