xmpp-parsers: Bump base64 to 0.11.

Emmanuel Gil Peyrot created

Change summary

xmpp-parsers/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

xmpp-parsers/Cargo.toml 🔗

@@ -16,7 +16,7 @@ edition = "2018"
 [dependencies]
 minidom = "0.12.0"
 jid = { version = "0.9", features = ["minidom"] }
-base64 = "0.10"
+base64 = "0.11"
 digest = "0.8"
 sha-1 = "0.8"
 sha2 = "0.8"