Update deps

This commit is contained in:
Vincent Prouillet 2023-08-04 23:14:09 +02:00 committed by Vincent Prouillet
parent 9aa5162659
commit 35aab566f9
3 changed files with 786 additions and 593 deletions

1373
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"

View file

@ -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"