mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Update most dependencies
This commit is contained in:
parent
14ef0bb122
commit
2793a9296a
2 changed files with 276 additions and 268 deletions
528
Cargo.lock
generated
528
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
16
Cargo.toml
16
Cargo.toml
|
|
@ -4,14 +4,14 @@ version = "0.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.94"
|
||||
axum = "0.7.9"
|
||||
axum-extra = { version = "0.9.6", features = ["form"] }
|
||||
clap = { version = "4.5.23", features = ["derive", "deprecated"] }
|
||||
el = { version = "0.1.2", features = ["axum"] }
|
||||
anyhow = "1.0.98"
|
||||
axum = "0.8.3"
|
||||
axum-extra = { version = "0.10.1", features = ["form"] }
|
||||
clap = { version = "4.5.36", features = ["derive", "deprecated"] }
|
||||
el = { version = "0.2.0", features = ["axum"] }
|
||||
fontdb = "0.23.0"
|
||||
jiff = "0.1.15"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
jiff = "0.2.8"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.44.2", features = ["full"] }
|
||||
typst = "0.12.0"
|
||||
typst-pdf = "0.12.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue