Cargo.toml: Bump base64 to 0.7.0.
This commit is contained in:
parent
bd9aa01ad5
commit
655fc9ae68
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ license = "MPL-2.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minidom = "0.6.2"
|
minidom = "0.6.2"
|
||||||
jid = { version = "0.3.0", features = ["minidom"] }
|
jid = { version = "0.3.0", features = ["minidom"] }
|
||||||
base64 = "0.6.0"
|
base64 = "0.7.0"
|
||||||
digest = "0.6.0"
|
digest = "0.6.0"
|
||||||
sha-1 = "0.4.0"
|
sha-1 = "0.4.0"
|
||||||
sha2 = "0.6.0"
|
sha2 = "0.6.0"
|
||||||
|
|
Loading…
Reference in a new issue