summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-08 19:54:12 -0500
committerGitHub <[email protected]>2024-11-08 19:54:12 -0500
commitc7f72d689316df15be13884faaea6960daa5b7c1 (patch)
tree64e339c8bed84d15e0f9b9aaa2fe44ac094ae139
parentc8f88b2b5e8cd915e0aed7361093cab855e3b180 (diff)
chore(crates): bump clap_complete from 4.5.29 to 4.5.36 (#22)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.36. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...clap_complete-v4.5.36) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 14af574..f371e74 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.5.29"
+version = "4.5.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e"
+checksum = "86bc73de94bc81e52f3bebec71bc4463e9748f7a59166663e32044669577b0e2"
dependencies = [
"clap",
]