mirror of
https://github.com/getzola/zola
synced 2024-12-05 01:49:12 +00:00
Update deps
This commit is contained in:
parent
9aa5162659
commit
35aab566f9
3 changed files with 786 additions and 593 deletions
1373
Cargo.lock
generated
1373
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -29,7 +29,7 @@ time = { version = "0.3", features = ["formatting", "macros", "local-offset"] }
|
|||
notify = "4"
|
||||
ws = "0.9"
|
||||
ctrlc = "3"
|
||||
open = "3"
|
||||
open = "5"
|
||||
pathdiff = "0.2"
|
||||
# For mimetype detection in serve mode
|
||||
mime_guess = "2.0"
|
||||
|
|
|
@ -16,8 +16,8 @@ glob = "0.3"
|
|||
globset = "0.4"
|
||||
image = "0.24"
|
||||
lexical-sort = "0.3"
|
||||
minify-html = "0.10"
|
||||
nom-bibtex = "0.3"
|
||||
minify-html = "0.11"
|
||||
nom-bibtex = "0.4"
|
||||
num-format = "0.4"
|
||||
once_cell = "1"
|
||||
percent-encoding = "2"
|
||||
|
|
Loading…
Reference in a new issue