mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 09:39:11 +00:00
bump base64 to 0.13
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
544f85bb89
commit
f0d52c6094
@ -17,7 +17,7 @@ crate-type = [ "cdylib" ]
|
|||||||
[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"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
nix = "0.19"
|
nix = "0.19"
|
||||||
|
@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-base32-0.4+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-hex-0.4+default-dev,
|
||||||
librust-libc-0.2+default-dev,
|
librust-libc-0.2+default-dev,
|
||||||
librust-nix-0.19+default-dev,
|
librust-nix-0.19+default-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user