serde_yml -> serde_yaml_ng
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
Nick Pegg 2025-09-25 15:04:59 -07:00
parent 9ae778bb79
commit 39d449889d
3 changed files with 15 additions and 21 deletions

View file

@ -19,7 +19,7 @@ log = "0.4.27"
pulldown-cmark = "0.13.0"
rayon = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_yml = "0.0.12"
serde_yaml_ng = "0.10.0"
tera = { version = "1.20", default-features = false }
thiserror = "2.0"
time = { version = "0.3.41", features = ["formatting", "macros", "parsing"] }