aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-01 22:15:22 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-01 22:15:22 +0200
commit86c2d75a8f9bd600da03a9a3637eb490eb6fa424 (patch)
treea42e498ae11bfcbe313232a03b7d688c05349637 /Cargo.toml
parent4c830ed4e3a143ff95ac3bce15c928fd32a5e426 (diff)
downloadstatuspage-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cde9523..2979bd9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"