Update xmpp dependency to 0.5
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1aee1cd618
commit
acf22a05c1
3 changed files with 9 additions and 11 deletions
|
|
@ -17,5 +17,4 @@ pretty_env_logger = "0.5"
|
|||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.7"
|
||||
xmpp = "0.4"
|
||||
xmpp-parsers = "0.19"
|
||||
xmpp = "0.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue