From 0c0071761718621e1fae28033f86801853bf6cca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:38:46 +0000 Subject: [PATCH] chore(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 b284e7c..a8475a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ readme = "README.md" tempfile = "3.1.0" [dev-dependencies] -clap = "3.0.0-beta.1" \ No newline at end of file +clap = "4.4.18" \ No newline at end of file