tokio-xmpp: Bump sasl to 0.5

This commit is contained in:
Emmanuel Gil Peyrot 2020-12-26 20:11:23 +01:00
commit 521bf6e7d7
3 changed files with 4 additions and 3 deletions

View file

@ -17,7 +17,7 @@ futures = "0.3"
idna = "0.2"
log = "0.4"
native-tls = "0.2"
sasl = "0.4"
sasl = "0.5"
tokio = { version = "1", features = ["net", "rt", "rt-multi-thread", "macros"] }
tokio-util = { version = "0.6", features = ["codec"] }
tokio-stream = { version = "0.1", features = [] }