bump dependencies

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-31 05:03:15 +00:00
parent 5768ca8442
commit bee1f89624
4 changed files with 121 additions and 66 deletions

View file

@ -81,6 +81,8 @@ pub enum Error {
#[error("Tracing reload error: {0}")]
TracingReload(#[from] tracing_subscriber::reload::Error),
#[error(transparent)]
TypedHeader(#[from] axum_extra::typed_header::TypedHeaderRejection),
#[error(transparent)]
Yaml(#[from] serde_yaml::Error),
// ruma/conduwuit