chore(deps): Update all dependencies
This commit is contained in:
parent
1efb44206b
commit
b157941d5e
451
Cargo.lock
generated
451
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
33
Cargo.toml
33
Cargo.toml
@ -4,17 +4,22 @@ version = "0.1.4"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = "0.8.7"
|
axum = "0.8.9"
|
||||||
flate2 = "1.1.5"
|
flate2 = "1.1.9"
|
||||||
itertools = "0.14.0"
|
itertools = "0.15.0"
|
||||||
tar = "0.4.44"
|
tar = "0.4.46"
|
||||||
time = "0.3.47"
|
time = "0.3.53"
|
||||||
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.53.0", features = ["macros", "rt-multi-thread"] }
|
||||||
tower-http = { version = "0.6.8", features = ["compression-br", "fs", "trace", "set-header"] }
|
tower-http = { version = "0.7.0", features = [
|
||||||
tracing = "0.1.43"
|
"compression-br",
|
||||||
tracing-subscriber = "0.3.22"
|
"fs",
|
||||||
typst-html = "0.15.0"
|
"trace",
|
||||||
typst-kit = "0.15.0"
|
"set-header",
|
||||||
typst = "0.15.0"
|
] }
|
||||||
ureq = "3.1.4"
|
tracing = "0.1.44"
|
||||||
clap = { version = "4.6.0", features = ["derive"] }
|
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"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user