1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-02 22:39:21 +02:00

tokio-xmpp: Bump idna dependency

This commit is contained in:
Emmanuel Gil Peyrot 2023-06-20 18:37:49 +02:00 committed by pep
parent 6ccc5ccace
commit 85bdcdb131

View File

@ -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"