Update dependencies
This commit is contained in:
parent
9b6865ff50
commit
0345a80349
4 changed files with 680 additions and 258 deletions
|
|
@ -5,21 +5,21 @@ edition.workspace = true
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
axum = { version = "0.7.4", features = ["multipart"] }
|
||||
clap = { version = "4.5.1", features = ["derive", "deprecated"] }
|
||||
axum = { version = "0.7.5", features = ["multipart"] }
|
||||
clap = { version = "4.5.4", features = ["derive", "deprecated"] }
|
||||
cosmic-text.workspace = true
|
||||
escpos = { version = "0.7.2", features = ["full"] }
|
||||
escpos = { version = "0.12.2" }
|
||||
image.workspace = true
|
||||
mime_guess = "2.0.4"
|
||||
palette.workspace = true
|
||||
rand = "0.8.5"
|
||||
rust-embed = "8.3.0"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
rust-embed = "8.4.0"
|
||||
serde = { version = "1.0.201", features = ["derive"] }
|
||||
showbits-assets.workspace = true
|
||||
showbits-common.workspace = true
|
||||
taffy.workspace = true
|
||||
time = "0.3.34"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
time = "0.3.36"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue