mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-10-09 19:10:50 +00:00
chore(deps): Replace serde_yaml with serde_yml
This commit is contained in:
parent
0de904ffe4
commit
ad11417145
8 changed files with 28 additions and 22 deletions
|
@ -83,7 +83,7 @@ pub enum Error {
|
|||
#[error(transparent)]
|
||||
TypedHeader(#[from] axum_extra::typed_header::TypedHeaderRejection),
|
||||
#[error(transparent)]
|
||||
Yaml(#[from] serde_yaml::Error),
|
||||
Yaml(#[from] serde_yml::Error),
|
||||
|
||||
// ruma/conduwuit
|
||||
#[error("Arithmetic operation failed: {0}")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue