bump base64 to 0.13

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-11-19 11:24:53 +01:00
parent 544f85bb89
commit f0d52c6094
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ crate-type = [ "cdylib" ]
[dependencies]
anyhow = "1.0"
base32 = "0.4"
base64 = "0.12"
base64 = "0.13"
hex = "0.4"
libc = "0.2"
nix = "0.19"

View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12),
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev,
librust-base32-0.4+default-dev,
librust-base64-0.12+default-dev,
librust-base64-0.13+default-dev,
librust-hex-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,