mirror of
https://github.com/zyllian/webdog.git
synced 2025-06-27 17:05:44 -07:00
update dependencies
This commit is contained in:
parent
e555f437c7
commit
b4088fb397
2 changed files with 486 additions and 507 deletions
957
Cargo.lock
generated
957
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -17,14 +17,14 @@ fs_extra = "1.2"
|
||||||
futures = { version = "0.3", optional = true }
|
futures = { version = "0.3", optional = true }
|
||||||
grass = { version = "0.13", default-features = false }
|
grass = { version = "0.13", default-features = false }
|
||||||
hotwatch = { version = "0.5", optional = true }
|
hotwatch = { version = "0.5", optional = true }
|
||||||
html5ever = "0.29"
|
html5ever = "0.31"
|
||||||
include_dir = "0.7"
|
include_dir = "0.7"
|
||||||
itertools = "0.14"
|
itertools = "0.14"
|
||||||
kuchikiki = "0.8.6-speedreader"
|
kuchikiki = "0.8.8-speedreader"
|
||||||
lol_html = "2"
|
lol_html = "2"
|
||||||
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.12", default-features = false, features = [
|
pulldown-cmark = { version = "0.13", default-features = false, features = [
|
||||||
"simd",
|
"simd",
|
||||||
"html",
|
"html",
|
||||||
] }
|
] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue