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
|
@ -59,6 +59,7 @@ conduwuit_mods = [
|
|||
argon2.workspace = true
|
||||
arrayvec.workspace = true
|
||||
axum.workspace = true
|
||||
axum-extra.workspace = true
|
||||
bytes.workspace = true
|
||||
bytesize.workspace = true
|
||||
cargo_toml.workspace = true
|
||||
|
|
|
@ -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