diff --git a/Cargo.toml b/Cargo.toml index e75e047..a11b1df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ exclude = ["images/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.0.12-rc.3", features = ["derive"] } +clap = { version = "4.2.1", features = ["derive"] } colored = "2.0.0" image = "0.24.4" log = "0.4.17"