summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-02 19:40:17 +0200
committerGitHub <noreply@github.com>2023-06-02 19:40:17 +0200
commit170efc12365ec9ddafd9e2dfa8637c9fab7c4b86 (patch)
tree3c5ad0eb83ff94bf3a7488614d403a8f69902659
parent1d891d5458fe6255eb83328d3485c56f5f78f050 (diff)
chore: Bump clap_complete from 4.3.0 to 4.3.1 (#64)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.1. - [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.3.0...clap_complete-v4.3.1) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b1cf2d..d621ac8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.3.0"
+version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12"
+checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 546f1ad..d535f1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.12"
-clap_complete = "4.3.0"
+clap_complete = "4.3.1"
clap = "4.3.1"
[profile.dev]