Update rust dependencies

This commit is contained in:
Joscha 2025-03-27 00:19:40 +01:00
parent a99fcd2152
commit 56c7321c83
3 changed files with 161 additions and 171 deletions

View file

@ -9,24 +9,25 @@ edition = "2024"
[workspace.dependencies]
anyhow = "1.0.97"
axum = "0.8.1"
clap = { version = "4.5.31", features = ["derive", "deprecated"] }
clap = { version = "4.5.33", features = ["derive", "deprecated"] }
escpos = "0.15.0"
image = "0.25.5"
jiff = "0.2.1"
image = "0.25.6"
jiff = "0.2.5"
mime_guess = "2.0.5"
palette = "0.7.6"
rand = "0.9.0"
reqwest = { version = "0.12.15", features = ["json"] }
rust-embed = "8.6.0"
serde = { version = "1.0.218", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
showbits-assets.path = "./showbits-assets"
showbits-typst.path = "./showbits-typst"
sunrise = "1.0.1"
tokio = "1.43.0"
typst = "0.13.0"
typst-assets = { version = "0.13.0", features = ["fonts"] }
typst-kit = { version = "0.13.0", features = ["vendor-openssl"] }
typst-render = "0.13.0"
sunrise = "1.2.1"
tokio = "1.44.1"
typst = "0.13.1"
typst-assets = { version = "0.13.1", features = ["fonts"] }
typst-kit = { version = "0.13.1", features = ["vendor-openssl"] }
typst-render = "0.13.1"
[workspace.dependencies.mark]
git = "https://github.com/Garmelon/mark.git"