move away from serde_yml (ai garbage..) to serde_yaml_ng

This commit is contained in:
zyl 2025-01-27 12:00:20 -08:00
parent 855d29d9c4
commit 6edcb6a190
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
9 changed files with 43 additions and 44 deletions

View file

@ -31,7 +31,7 @@ pulldown-cmark = {version = "0.12", default-features = false, features = [
rayon = "1"
rss = {version = "2", features = ["validation"]}
serde = {version = "1", features = ["derive"]}
serde_yml = "0.0.12"
serde_yaml_ng = "0.10"
syntect = "5"
tera = "1"
time = {version = "0.3", features = ["serde-human-readable"]}