Cargo.toml: Update the jid crate to 0.2.0, which implements From<JID> on String.

Emmanuel Gil Peyrot created

Change summary

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

Detailed changes

Cargo.toml 🔗

@@ -5,7 +5,7 @@ authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
 
 [dependencies]
 minidom = "0.1.1"
-jid = "0.1.0"
+jid = "0.2.0"
 base64 = "0.4.1"
 sha2 = "0.5.0"
 sha3 = "0.5.0"