bump rust-rocksdb and ruwuma

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-06 00:14:24 -05:00
parent 2c1ec3fb02
commit c10500f8ae
No known key found for this signature in database
7 changed files with 28 additions and 56 deletions

View file

@ -17,9 +17,8 @@ use ruma::{
},
voip::get_turn_server_info,
},
federation::openid::get_openid_userinfo,
federation::{authentication::XMatrix, openid::get_openid_userinfo},
},
server_util::authorization::XMatrix,
};
use service::{
Services,

View file

@ -12,10 +12,9 @@ use ruma::{
CanonicalJsonObject, CanonicalJsonValue, ServerName, ServerSigningKeyId,
api::{
EndpointError, IncomingResponse, MatrixVersion, OutgoingRequest, SendAccessToken,
client::error::Error as RumaError,
client::error::Error as RumaError, federation::authentication::XMatrix,
},
serde::Base64,
server_util::authorization::XMatrix,
};
use crate::resolver::actual::ActualDest;