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:
parent
d989974f69
commit
b6369741cd
4 changed files with 16 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue