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:
pep 2026-05-26 11:45:31 +02:00
commit 43106fc657
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 5 additions and 5 deletions

View file

@ -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};