change serde_yaml to serde_yml

This commit is contained in:
zyl 2024-06-21 15:01:38 -07:00
parent 91c65fa017
commit 35ac34b69c
No known key found for this signature in database
4 changed files with 65 additions and 14 deletions

View file

@ -23,7 +23,7 @@ pulldown-cmark = {version = "0.11", default-features = false, features = [
]}
rss = {version = "2", features = ["validation"]}
serde = {version = "1", features = ["derive"]}
serde_yaml = "0.9"
serde_yml = "0.0.10"
time = {version = "0.3", features = ["serde-human-readable"]}
tokio = {version = "1.10", features = [
"macros",