diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 1a9714369ef429af8be1491d3bb9059b9621a10c..1fc7da70e3841024b4871a69783f1fffcb4e8bd5 100644 --- a/tokio-xmpp/Cargo.toml +++ b/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"