update to base64 0.13
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
6f6df501a0
commit
daaeea8b4b
|
@ -44,7 +44,7 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
apt-pkg-native = "0.3.2"
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
bitflags = "1.2.1"
|
||||
bytes = "1.0"
|
||||
cidr = "0.2.1"
|
||||
|
|
|
@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12),
|
|||
libstd-rust-dev,
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
|
||||
librust-base64-0.12+default-dev,
|
||||
librust-base64-0.13+default-dev,
|
||||
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
||||
librust-bytes-1+default-dev,
|
||||
librust-cidr-0.2+default-dev (>= 0.2.1-~~),
|
||||
|
|
|
@ -7,7 +7,7 @@ description = "low level pbs data storage access"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
crc32fast = "1"
|
||||
endian_trait = { version = "0.6", features = [ "arrays" ] }
|
||||
futures = "0.3"
|
||||
|
|
|
@ -8,7 +8,7 @@ description = "common tools used throughout pbs"
|
|||
# This must not depend on any subcrates more closely related to pbs itself.
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
bytes = "1.0"
|
||||
crc32fast = "1"
|
||||
endian_trait = { version = "0.6", features = ["arrays"] }
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
futures = "0.3"
|
||||
libc = "0.2"
|
||||
nix = "0.19.1"
|
||||
|
|
|
@ -7,7 +7,7 @@ description = "Proxmox Restore Daemon"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
env_logger = "0.7"
|
||||
futures = "0.3"
|
||||
http = "0.2"
|
||||
|
|
Loading…
Reference in New Issue