update dependencies

This commit is contained in:
zyl 2024-06-14 13:31:41 -07:00
parent e770a9bd8d
commit 00b5567769
No known key found for this signature in database
GPG key ID: FDAEE0976A45AAC3
2 changed files with 569 additions and 275 deletions

840
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -12,11 +12,11 @@ grass = {version = "0.13", default-features = false}
gray_matter = "0.2"
handlebars = "5"
hotwatch = {version = "0.5", optional = true}
itertools = "0.12"
itertools = "0.13"
lol_html = "1"
minifier = {version = "0.3", features = ["html"]}
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",
"html",
]}