From cd944526f43ccbfc2e991b23d6489958c670ef98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:17:47 +0000 Subject: [PATCH] fix(deps): 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 1dbcdbe..8919152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "3.1.18", features=["yaml"]} +clap = { version = "4.0.0", features=["yaml"]} exitcode = "1.1.2" regex = "1.5.6"