Update dependencies
This commit is contained in:
parent
4ba89dfb30
commit
804000f681
7 changed files with 1649 additions and 1311 deletions
24
Cargo.toml
24
Cargo.toml
|
|
@ -7,24 +7,24 @@ version = "0.0.0"
|
|||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.97"
|
||||
axum = "0.8.1"
|
||||
chrono = "0.4.40"
|
||||
clap = { version = "4.5.33", features = ["derive", "deprecated"] }
|
||||
escpos = "0.15.0"
|
||||
anyhow = "1.0.99"
|
||||
axum = "0.8.4"
|
||||
chrono = "0.4.41"
|
||||
clap = { version = "4.5.47", features = ["derive", "deprecated"] }
|
||||
escpos = "0.16.0"
|
||||
image = "0.25.6"
|
||||
jiff = "0.2.5"
|
||||
jiff = "0.2.15"
|
||||
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"
|
||||
rand = "0.9.2"
|
||||
reqwest = { version = "0.12.23", features = ["json"] }
|
||||
rust-embed = "8.7.2"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
serde_json = "1.0.143"
|
||||
showbits-assets.path = "./showbits-assets"
|
||||
showbits-typst.path = "./showbits-typst"
|
||||
sunrise = "1.2.1"
|
||||
tokio = "1.44.1"
|
||||
sunrise = "2.1.0"
|
||||
tokio = "1.47.1"
|
||||
typst = "0.13.1"
|
||||
typst-assets = { version = "0.13.1", features = ["fonts"] }
|
||||
typst-kit = { version = "0.13.1", features = ["vendor-openssl"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue