run cargo fix for rust 2024 changes and rustfmt

Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
June Clementine Strawberry
2025-02-23 01:17:45 -05:00
parent e97952b7f6
commit a1e1f40ded
320 changed files with 2212 additions and 2039 deletions

View File

@@ -3,15 +3,15 @@ use std::{
time::{Duration, SystemTime},
};
use axum::{extract::State, response::IntoResponse, Json};
use conduwuit::{utils::timepoint_from_now, Result};
use axum::{Json, extract::State, response::IntoResponse};
use conduwuit::{Result, utils::timepoint_from_now};
use ruma::{
MilliSecondsSinceUnixEpoch, Signatures,
api::{
federation::discovery::{get_server_keys, OldVerifyKey, ServerSigningKeys},
OutgoingResponse,
federation::discovery::{OldVerifyKey, ServerSigningKeys, get_server_keys},
},
serde::Raw,
MilliSecondsSinceUnixEpoch, Signatures,
};
/// # `GET /_matrix/key/v2/server`