Update dependencies
This commit is contained in:
parent
9b6865ff50
commit
0345a80349
4 changed files with 680 additions and 258 deletions
914
Cargo.lock
generated
914
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,15 +7,15 @@ version = "0.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.80"
|
anyhow = "1.0.83"
|
||||||
cosmic-text = "0.11.2"
|
cosmic-text = "0.11.2"
|
||||||
image = "0.24.9"
|
image = "0.25.1"
|
||||||
palette = "0.7.5"
|
palette = "0.7.6"
|
||||||
showbits-assets.path = "./showbits-assets"
|
showbits-assets.path = "./showbits-assets"
|
||||||
showbits-common.path = "./showbits-common"
|
showbits-common.path = "./showbits-common"
|
||||||
|
|
||||||
[workspace.dependencies.taffy]
|
[workspace.dependencies.taffy]
|
||||||
version = "0.4.0"
|
version = "0.4.3"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
|
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ fontdb = "0.17.0"
|
||||||
image.workspace = true
|
image.workspace = true
|
||||||
mark.git = "https://github.com/Garmelon/mark.git"
|
mark.git = "https://github.com/Garmelon/mark.git"
|
||||||
palette.workspace = true
|
palette.workspace = true
|
||||||
paste = "1.0.14"
|
paste = "1.0.15"
|
||||||
showbits-assets.workspace = true
|
showbits-assets.workspace = true
|
||||||
taffy.workspace = true
|
taffy.workspace = true
|
||||||
typst = "0.11.0"
|
typst = "0.11.0"
|
||||||
|
|
|
||||||
|
|
@ -5,21 +5,21 @@ edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
axum = { version = "0.7.4", features = ["multipart"] }
|
axum = { version = "0.7.5", features = ["multipart"] }
|
||||||
clap = { version = "4.5.1", features = ["derive", "deprecated"] }
|
clap = { version = "4.5.4", features = ["derive", "deprecated"] }
|
||||||
cosmic-text.workspace = true
|
cosmic-text.workspace = true
|
||||||
escpos = { version = "0.7.2", features = ["full"] }
|
escpos = { version = "0.12.2" }
|
||||||
image.workspace = true
|
image.workspace = true
|
||||||
mime_guess = "2.0.4"
|
mime_guess = "2.0.4"
|
||||||
palette.workspace = true
|
palette.workspace = true
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rust-embed = "8.3.0"
|
rust-embed = "8.4.0"
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.201", features = ["derive"] }
|
||||||
showbits-assets.workspace = true
|
showbits-assets.workspace = true
|
||||||
showbits-common.workspace = true
|
showbits-common.workspace = true
|
||||||
taffy.workspace = true
|
taffy.workspace = true
|
||||||
time = "0.3.34"
|
time = "0.3.36"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue