diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-01 22:15:22 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-01 22:15:22 +0200 |
commit | 86c2d75a8f9bd600da03a9a3637eb490eb6fa424 (patch) | |
tree | a42e498ae11bfcbe313232a03b7d688c05349637 /Cargo.toml | |
parent | 4c830ed4e3a143ff95ac3bce15c928fd32a5e426 (diff) | |
download | statuspage-86c2d75a8f9bd600da03a9a3637eb490eb6fa424.tar statuspage-86c2d75a8f9bd600da03a9a3637eb490eb6fa424.tar.bz2 statuspage-86c2d75a8f9bd600da03a9a3637eb490eb6fa424.tar.zst |
replace serde_yaml with serde_yml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ edition = "2021" [dependencies] axum = "0.7.5" tokio = { version = "1.39.3", features = ["full"] } -serde_yaml = "0.9.34+deprecated" +serde_yml = "0.0.12" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.127" anyhow = "1.0.86" |