update to base64 0.13

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-11-18 14:12:59 +01:00
parent 6f6df501a0
commit daaeea8b4b
6 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ path = "src/lib.rs"
[dependencies] [dependencies]
apt-pkg-native = "0.3.2" apt-pkg-native = "0.3.2"
base64 = "0.12" base64 = "0.13"
bitflags = "1.2.1" bitflags = "1.2.1"
bytes = "1.0" bytes = "1.0"
cidr = "0.2.1" cidr = "0.2.1"

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12),
libstd-rust-dev, libstd-rust-dev,
librust-anyhow-1+default-dev, librust-anyhow-1+default-dev,
librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~), 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-bitflags-1+default-dev (>= 1.2.1-~~),
librust-bytes-1+default-dev, librust-bytes-1+default-dev,
librust-cidr-0.2+default-dev (>= 0.2.1-~~), librust-cidr-0.2+default-dev (>= 0.2.1-~~),

View File

@ -7,7 +7,7 @@ description = "low level pbs data storage access"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
base64 = "0.12" base64 = "0.13"
crc32fast = "1" crc32fast = "1"
endian_trait = { version = "0.6", features = [ "arrays" ] } endian_trait = { version = "0.6", features = [ "arrays" ] }
futures = "0.3" futures = "0.3"

View File

@ -8,7 +8,7 @@ description = "common tools used throughout pbs"
# This must not depend on any subcrates more closely related to pbs itself. # This must not depend on any subcrates more closely related to pbs itself.
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
base64 = "0.12" base64 = "0.13"
bytes = "1.0" bytes = "1.0"
crc32fast = "1" crc32fast = "1"
endian_trait = { version = "0.6", features = ["arrays"] } endian_trait = { version = "0.6", features = ["arrays"] }

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
base64 = "0.12" base64 = "0.13"
futures = "0.3" futures = "0.3"
libc = "0.2" libc = "0.2"
nix = "0.19.1" nix = "0.19.1"

View File

@ -7,7 +7,7 @@ description = "Proxmox Restore Daemon"
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
base64 = "0.12" base64 = "0.13"
env_logger = "0.7" env_logger = "0.7"
futures = "0.3" futures = "0.3"
http = "0.2" http = "0.2"