mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
update dependencies
This commit is contained in:
parent
75360cee6d
commit
8e3bdc5a10
3 changed files with 412 additions and 387 deletions
19
Cargo.toml
19
Cargo.toml
|
@ -8,20 +8,25 @@ anyhow = "1"
|
|||
extract-frontmatter = "4"
|
||||
fs_extra = "1.2"
|
||||
futures = { version = "0.3", optional = true }
|
||||
grass = { version = "0.12", default-features = false }
|
||||
grass = { version = "0.13", default-features = false }
|
||||
gray_matter = "0.2"
|
||||
handlebars = "4.1"
|
||||
hotwatch = { version = "0.4", optional = true }
|
||||
itertools = "0.10"
|
||||
lol_html = "0.3"
|
||||
minifier = { version = "0.2", features = ["html"] }
|
||||
hotwatch = { version = "0.5", optional = true }
|
||||
itertools = "0.11"
|
||||
lol_html = "1"
|
||||
minifier = { version = "0.3", features = ["html"] }
|
||||
percent-encoding = { version = "2", optional = true }
|
||||
pulldown-cmark = { version = "0.9", default-features = false, features = ["simd"] }
|
||||
pulldown-cmark = { version = "0.9", default-features = false, features = [
|
||||
"simd",
|
||||
] }
|
||||
rss = { version = "2", features = ["validation"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
time = { version = "0.3", features = ["serde-human-readable"] }
|
||||
tokio = { version = "1.10", features = ["macros", "rt-multi-thread"], optional = true }
|
||||
tokio = { version = "1.10", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
], optional = true }
|
||||
url = { version = "2.2", features = ["serde"] }
|
||||
walkdir = "2"
|
||||
warp = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue