From 82c03e48794a5bfca06ac148d61da4968f084ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:15:15 -0700 Subject: [PATCH] chore: Bump clap-cargo from 0.14.0 to 0.14.1 (#198) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca632ae3..84b1316a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "clap-cargo" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e2fd20c8f8c7cc395f69a86a61eb9d93e1de8fadc00338508cde2ffc656388" +checksum = "23b2ea69cefa96b848b73ad516ad1d59a195cdf9263087d977f648a818c8b43e" dependencies = [ "anstyle", "clap", diff --git a/Cargo.toml b/Cargo.toml index ca0f8b02..94a1e8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ cargo_metadata = "0.18.1" cc = "1.1.0" cfg-if = "1.0.0" clap = "4.5.9" -clap-cargo = "0.14.0" +clap-cargo = "0.14.1" itertools = "0.13.0" lazy_static = "1.5.0" paste = "1.0.15"