tokio-xmpp/Cargo.toml 🔗
@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
bytes = "1"
futures = "0.3"
-idna = "0.3"
+idna = "0.4"
log = "0.4"
native-tls = { version = "0.2", optional = true }
sasl = "0.5"
Emmanuel Gil Peyrot created
tokio-xmpp/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
bytes = "1"
futures = "0.3"
-idna = "0.3"
+idna = "0.4"
log = "0.4"
native-tls = { version = "0.2", optional = true }
sasl = "0.5"