parsers: Bump base64
Version 0.21 replaced base64::decode() with an Engine trait and multiple structs implementing it for various alphabets, various performance profiles, etc. It is slightly longer to import but in the end does the very same thing.
This commit is contained in:
parent
3ad616945a
commit
2955a0fe60
6 changed files with 44 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
minidom = "0.15"
|
||||
jid = { version = "0.9", features = ["minidom"] }
|
||||
base64 = "0.20"
|
||||
base64 = "0.21"
|
||||
digest = "0.10"
|
||||
sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue