Update dependencies
Update xmpp-rs to 559159d4, hmac to 0.13 and sasl to 0.11 Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
be1379f13f
commit
43106fc657
2 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ use std::convert::Infallible;
|
|||
use std::io::Read;
|
||||
|
||||
use bytes::{Buf, Bytes};
|
||||
use hmac::{Hmac, Mac};
|
||||
use hmac::{Hmac, KeyInit, Mac};
|
||||
use http_body_util::{BodyExt, Full};
|
||||
use hyper::{Method, Request, Response, body::Incoming, header};
|
||||
use log::{debug, error, trace};
|
||||
|
|
|
|||
Loading…
Reference in a new issue