mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Update dependencies
This commit is contained in:
parent
d375b3c278
commit
55b21c28e6
3 changed files with 311 additions and 242 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -4,15 +4,14 @@ version = "0.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.89"
|
||||
anyhow = "1.0.91"
|
||||
axum = "0.7.7"
|
||||
axum-extra = { version = "0.9.4", features = ["form"] }
|
||||
clap = { version = "4.5.20", features = ["derive", "deprecated"] }
|
||||
comemo = "0.4.0"
|
||||
fontdb = "0.22.0"
|
||||
fontdb = "0.23.0"
|
||||
jiff = "0.1.13"
|
||||
maud = { version = "0.26.0", features = ["axum"] }
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
typst = "0.11.1"
|
||||
typst-pdf = "0.11.1"
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
tokio = { version = "1.41.0", features = ["full"] }
|
||||
typst = "0.12.0"
|
||||
typst-pdf = "0.12.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue