mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 03:32:21 -08:00
Update dependencies
This commit is contained in:
parent
7b7161c93a
commit
539371e6b7
2 changed files with 454 additions and 635 deletions
1081
Cargo.lock
generated
1081
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,17 +5,17 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
extract-frontmatter = "2.1"
|
||||
extract-frontmatter = "4"
|
||||
fs_extra = "1.2"
|
||||
futures = { version = "0.3", optional = true }
|
||||
grass = "0.10"
|
||||
grass = "0.11"
|
||||
gray_matter = "0.2"
|
||||
handlebars = "4.1"
|
||||
hotwatch = { version = "0.4", optional = true }
|
||||
lol_html = "0.3"
|
||||
pulldown-cmark = { version = "0.8", default-features = false, features = ["simd"] }
|
||||
pulldown-cmark = { version = "0.9", default-features = false, features = ["simd"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = "0.8"
|
||||
serde_yaml = "0.9"
|
||||
tokio = { version = "1.10", features = ["macros", "rt-multi-thread"], optional = true }
|
||||
url = "2.2"
|
||||
walkdir = "2"
|
||||
|
|
Loading…
Add table
Reference in a new issue