From e6faa493071178f430cf0044bf9c81fa97326863 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:30:06 +0000 Subject: [PATCH] chore(deps): update rust crate clap to 4.2.1 --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 49fb40c..7e1ec67 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,7 +9,7 @@ description = "Archimedes helper tasks CLI" [dependencies] anyhow = "1.0.70" chrono = "0.4.24" -clap = { version = "4.2.0", features = ["derive"] } +clap = { version = "4.2.1", features = ["derive"] } derive_more = "0.99.17" glob = "0.3.1" itertools = "0.10.5"