From 47cc398343b770b24ea202c2e59fa4a8357a4dd3 Mon Sep 17 00:00:00 2001 From: David Gasquez Date: Tue, 29 Aug 2023 16:02:01 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=9C=85=20update=20clap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61b47db..af3cec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -clap = { version = "4.2.1", features = ["derive"] } +clap = { version = "4.4.1", features = ["derive"] }