mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-11 17:50:59 +00:00
chore: bump ruma and axum
This commit is contained in:
parent
b44b5641f0
commit
5b68ce890d
14 changed files with 492 additions and 369 deletions
|
@ -2,7 +2,7 @@ mod data;
|
|||
pub use data::Data;
|
||||
use ruma::{events::AnySyncTimelineEvent, push::PushConditionPowerLevelsCtx};
|
||||
|
||||
use crate::{services, Error, PduEvent, Result, MATRIX_VERSIONS};
|
||||
use crate::{services, Error, PduEvent, Result, SUPPORTED_VERSIONS};
|
||||
use bytes::BytesMut;
|
||||
use ruma::{
|
||||
api::{
|
||||
|
@ -58,7 +58,7 @@ impl Service {
|
|||
.try_into_http_request::<BytesMut>(
|
||||
&destination,
|
||||
SendAccessToken::IfRequired(""),
|
||||
MATRIX_VERSIONS,
|
||||
&SUPPORTED_VERSIONS,
|
||||
)
|
||||
.map_err(|e| {
|
||||
warn!("Failed to find destination {}: {}", destination, e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue