Get rid of deprecation warnings

This commit is contained in:
Joscha 2025-03-27 21:11:28 +01:00
parent fdcb1b3d6f
commit c8fb228a24
4 changed files with 71 additions and 6 deletions

View file

@ -9,6 +9,7 @@ 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"
image = "0.25.6"