mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
update dependencies
This commit is contained in:
parent
e770a9bd8d
commit
00b5567769
2 changed files with 569 additions and 275 deletions
840
Cargo.lock
generated
840
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -12,11 +12,11 @@ grass = {version = "0.13", default-features = false}
|
||||||
gray_matter = "0.2"
|
gray_matter = "0.2"
|
||||||
handlebars = "5"
|
handlebars = "5"
|
||||||
hotwatch = {version = "0.5", optional = true}
|
hotwatch = {version = "0.5", optional = true}
|
||||||
itertools = "0.12"
|
itertools = "0.13"
|
||||||
lol_html = "1"
|
lol_html = "1"
|
||||||
minifier = {version = "0.3", features = ["html"]}
|
minifier = {version = "0.3", features = ["html"]}
|
||||||
percent-encoding = {version = "2", optional = true}
|
percent-encoding = {version = "2", optional = true}
|
||||||
pulldown-cmark = {version = "0.10", default-features = false, features = [
|
pulldown-cmark = {version = "0.11", default-features = false, features = [
|
||||||
"simd",
|
"simd",
|
||||||
"html",
|
"html",
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue