xmpp: update to edition 2024
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
4a054ae802
commit
e503f016a3
19 changed files with 40 additions and 29 deletions
|
|
@ -5,7 +5,7 @@
|
|||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use reqwest::{
|
||||
header::HeaderMap as ReqwestHeaderMap, Body as ReqwestBody, Client as ReqwestClient,
|
||||
Body as ReqwestBody, Client as ReqwestClient, header::HeaderMap as ReqwestHeaderMap,
|
||||
};
|
||||
use std::path::PathBuf;
|
||||
use tokio::fs::File;
|
||||
|
|
|
|||
Loading…
Reference in a new issue