Cargo.toml: Update minidom to 0.6.2 and jid to 0.3.0.

Emmanuel Gil Peyrot created

Change summary

Cargo.toml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Detailed changes

Cargo.toml 🔗

@@ -13,7 +13,8 @@ categories = ["parsing", "network-programming"]
 license = "MPL-2.0"
 
 [dependencies]
-minidom = "0.4.4"
+minidom = "0.6.2"
+jid = { version = "0.3.0", features = ["minidom"] }
 base64 = "0.6.0"
 digest = "0.6.0"
 sha-1 = "0.4.0"
@@ -23,10 +24,6 @@ blake2 = "0.6.1"
 chrono = "0.4.0"
 try_from = "0.2.2"
 
-[dependencies.jid]
-version = "0.2.3"
-features = ["minidom"]
-
 [features]
 # Build xmpp-parsers to make components instead of clients.
 component = []