Update dependencies
This commit is contained in:
parent
243ec79f42
commit
16887055e7
3 changed files with 697 additions and 85 deletions
776
Cargo.lock
generated
776
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,9 +7,9 @@ version = "0.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
image = "0.24.9"
|
image = "0.25.1"
|
||||||
mark.path = "./mark"
|
mark.path = "./mark"
|
||||||
palette = "0.7.5"
|
palette = "0.7.6"
|
||||||
|
|
||||||
[workspace.lints]
|
[workspace.lints]
|
||||||
rust.unsafe_code = "forbid"
|
rust.unsafe_code = "forbid"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.2", features = ["derive", "deprecated"] }
|
clap = { version = "4.5.4", features = ["derive", "deprecated"] }
|
||||||
image.workspace = true
|
image.workspace = true
|
||||||
mark.workspace = true
|
mark.workspace = true
|
||||||
palette.workspace = true
|
palette.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue