From d0faa37058aff1caebe34930af95e6ec5a47f220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:20:55 +0000 Subject: [PATCH] Update Rust crate clap to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c0cf9c..4b81896 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.17", features = ["derive"], optional = true } terminal_size = { version = "0.2.1", optional = true } [features]