Update deps
This commit is contained in:
parent
ca52201880
commit
39ebfcb1db
4 changed files with 754 additions and 639 deletions
32
Cargo.toml
32
Cargo.toml
|
|
@ -5,31 +5,31 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
# CLI options
|
||||
argp = "0.4.0"
|
||||
argp = "0.4.1"
|
||||
# Templates
|
||||
askama = "0.12.1"
|
||||
askama = "0.16.0"
|
||||
async-lock = "3.4.2"
|
||||
base64-turbo = "0.1.3"
|
||||
base64-turbo = "0.2.0"
|
||||
# TOML parser
|
||||
boml = "1.0.2"
|
||||
boml = "2.0.0"
|
||||
#flate2 = "1.1.8"
|
||||
# request parsing
|
||||
form_urlencoded = "1.2.2"
|
||||
# Code highlight
|
||||
giallo = { version = "0.3.1", features = ["dump"] }
|
||||
log = "0.4.29"
|
||||
rand = "0.9.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
sha2 = "0.10.9"
|
||||
giallo = { version = "0.5.0", features = ["dump"] }
|
||||
log = "0.4.33"
|
||||
rand = "0.10.2"
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
sha2 = "0.11.0"
|
||||
simplelog = "0.12.2"
|
||||
#tar = "0.4.44"
|
||||
# Web server
|
||||
trillium = "0.2.20"
|
||||
trillium-askama = "0.3.2"
|
||||
trillium-caching-headers = "0.2.3"
|
||||
trillium-client = { version = "0.6.2", features = ["json"] }
|
||||
trillium-native-tls = "0.4.0"
|
||||
trillium-router = "0.4.1"
|
||||
trillium-smol = "0.4.2"
|
||||
trillium = "1.3.0"
|
||||
trillium-askama = "0.5.0"
|
||||
trillium-caching-headers = "0.4.2"
|
||||
trillium-client = { version = "0.9.13", features = ["serde_json"] }
|
||||
trillium-native-tls = "0.6.3"
|
||||
trillium-router = "0.5.2"
|
||||
trillium-smol = "0.7.0"
|
||||
#trillium-static-compiled = "0.5.2"
|
||||
url = "2.5.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue