update dependencies

This commit is contained in:
zyl 2024-04-02 13:38:59 -07:00
parent 71a6556484
commit 030f784024
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
2 changed files with 340 additions and 329 deletions

628
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "zyl-site"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1"
@ -10,14 +10,15 @@ fs_extra = "1.2"
futures = {version = "0.3", optional = true}
grass = {version = "0.13", default-features = false}
gray_matter = "0.2"
handlebars = "4.1"
handlebars = "5"
hotwatch = {version = "0.5", optional = true}
itertools = "0.11"
itertools = "0.12"
lol_html = "1"
minifier = {version = "0.3", features = ["html"]}
percent-encoding = {version = "2", optional = true}
pulldown-cmark = { version = "0.9", default-features = false, features = [
pulldown-cmark = {version = "0.10", default-features = false, features = [
"simd",
"html",
]}
rss = {version = "2", features = ["validation"]}
serde = {version = "1", features = ["derive"]}