Cargo.toml: Bump base64, improve performances and reduce unsafe code.
This commit is contained in:
parent
6c1c9d0851
commit
60521298d6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ license = "MPL-2.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minidom = "0.4.3"
|
minidom = "0.4.3"
|
||||||
jid = "0.2.0"
|
jid = "0.2.0"
|
||||||
base64 = "0.5.0"
|
base64 = "0.6.0"
|
||||||
digest = "0.5.0"
|
digest = "0.5.0"
|
||||||
sha-1 = "0.3.0"
|
sha-1 = "0.3.0"
|
||||||
sha2 = "0.5.0"
|
sha2 = "0.5.0"
|
||||||
|
|
Loading…
Reference in a new issue