mirror of
https://github.com/arabianq/colorgram-rust.git
synced 2026-04-28 06:31:22 +00:00
update deps
This commit is contained in:
+8
-3
@@ -12,8 +12,13 @@ keywords = ["colors", "image", "extract", "colorgram"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
image = { version = "0.25.8", default-features = false, features = ["default-formats"] }
|
||||
clap = { version = "4.5.47", default-features = false, features = ["derive", "std"] }
|
||||
image = { version = "0.25.9", default-features = false, features = [
|
||||
"default-formats",
|
||||
] }
|
||||
clap = { version = "4.5.54", default-features = false, features = [
|
||||
"derive",
|
||||
"std",
|
||||
] }
|
||||
ansi_term = { version = "0.12.1", default-features = false }
|
||||
|
||||
[lib]
|
||||
@@ -29,4 +34,4 @@ strip = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user