bump dependencies
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5768ca8442
commit
bee1f89624
4 changed files with 121 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue