mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-13 01:05:04 +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"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.94"
|
anyhow = "1.0.98"
|
||||||
axum = "0.7.9"
|
axum = "0.8.3"
|
||||||
axum-extra = { version = "0.9.6", features = ["form"] }
|
axum-extra = { version = "0.10.1", features = ["form"] }
|
||||||
clap = { version = "4.5.23", features = ["derive", "deprecated"] }
|
clap = { version = "4.5.36", features = ["derive", "deprecated"] }
|
||||||
el = { version = "0.1.2", features = ["axum"] }
|
el = { version = "0.2.0", features = ["axum"] }
|
||||||
fontdb = "0.23.0"
|
fontdb = "0.23.0"
|
||||||
jiff = "0.1.15"
|
jiff = "0.2.8"
|
||||||
serde = { version = "1.0.216", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
tokio = { version = "1.42.0", features = ["full"] }
|
tokio = { version = "1.44.2", features = ["full"] }
|
||||||
typst = "0.12.0"
|
typst = "0.12.0"
|
||||||
typst-pdf = "0.12.0"
|
typst-pdf = "0.12.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue