bump jid dependency to 0.2.1, which implements Hash on Jid

Emmanuel Gil Peyrot created

Change summary

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

Detailed changes

Cargo.toml 🔗

@@ -20,7 +20,7 @@ xmpp-parsers = "0.3.0"
 openssl = "0.9.12"
 base64 = "0.5.2"
 minidom = "0.4.1"
-jid = "0.2.0"
+jid = "0.2.1"
 sasl = "0.4.0"
 sha-1 = "0.3.3"