chore(deps): Update all dependencies

This commit is contained in:
Jan-Bulthuis 2026-07-17 18:13:07 +02:00
parent 1efb44206b
commit b157941d5e
2 changed files with 222 additions and 262 deletions

451
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,22 @@ version = "0.1.4"
edition = "2024"
[dependencies]
axum = "0.8.7"
flate2 = "1.1.5"
itertools = "0.14.0"
tar = "0.4.44"
time = "0.3.47"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.8", features = ["compression-br", "fs", "trace", "set-header"] }
tracing = "0.1.43"
tracing-subscriber = "0.3.22"
typst-html = "0.15.0"
typst-kit = "0.15.0"
typst = "0.15.0"
ureq = "3.1.4"
clap = { version = "4.6.0", features = ["derive"] }
axum = "0.8.9"
flate2 = "1.1.9"
itertools = "0.15.0"
tar = "0.4.46"
time = "0.3.53"
tokio = { version = "1.53.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.7.0", features = [
"compression-br",
"fs",
"trace",
"set-header",
] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
typst-html = "0.15.1"
typst-kit = "0.15.1"
typst = "0.15.1"
ureq = "3.3.0"
clap = { version = "4.6.2", features = ["derive"] }