Update tokio-xmpp to 1.0.1 and xmpp-parsers to 0.15

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-09-11 16:11:32 +02:00
commit b6369741cd
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
4 changed files with 16 additions and 14 deletions

View file

@ -6,6 +6,7 @@
use crate::Event;
use futures::{sync::mpsc, Sink};
use std::convert::TryFrom;
use std::fs::{self, File};
use std::io::{self, Write};
use tokio_xmpp::Packet;
@ -19,7 +20,7 @@ use xmpp_parsers::{
NodeName,
},
hashes::Hash,
Jid, TryFrom,
Jid,
};
// TODO: Update xmpp-parsers to get this function for free on Hash.