Update dependencies
This commit is contained in:
parent
36bba029f4
commit
0846305795
3 changed files with 212 additions and 115 deletions
|
|
@ -7,11 +7,11 @@ version = "0.0.0"
|
|||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
clap = { version = "4.5.21", features = ["derive", "deprecated"] }
|
||||
clap = { version = "4.5.31", features = ["derive", "deprecated"] }
|
||||
image = "0.25.5"
|
||||
mark.path = "./mark"
|
||||
palette = "0.7.6"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
rand = { version = "0.9.0", features = ["small_rng"] }
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue