diff --git a/Cargo.toml b/Cargo.toml index 6c0cf9c..399cc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/batmac/generand" [dependencies] rand = "0.8.5" -clap = { version = "3.2.22", features = ["derive"], optional = true } +clap = { version = "4.0.16", features = ["derive"], optional = true } terminal_size = { version = "0.2.1", optional = true } [features]