update dependencies

This commit is contained in:
zyl 2024-11-22 17:07:44 -08:00
parent 71bd753b05
commit bba26401ba
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 91 additions and 91 deletions

View file

@ -4,7 +4,7 @@ name = "webdog"
version = "0.1.0"
[dependencies]
clap = { version = "4", features = ["derive"] }
clap = {version = "4", features = ["derive"]}
color-eyre = {version = "0.6", optional = true}
extract-frontmatter = "4"
eyre = "0.6"
@ -28,7 +28,7 @@ serde_yml = "0.0.12"
syntect = "5"
tera = "1"
time = {version = "0.3", features = ["serde-human-readable"]}
tokio = {version = "1.10", features = [
tokio = {version = "1", features = [
"macros",
"rt-multi-thread",
], optional = true}