summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-22 20:44:42 +0200
committerGitHub <noreply@github.com>2023-05-22 20:44:42 +0200
commit26bd4f90bad60996756889eb739048732f1d5ff4 (patch)
treef3de55c88bf189b7d8ac41b8bd4884129b8cf2f3
parent5f6699a3d471a5bad84146e1baa3337dfc99544a (diff)
chore: Bump clap_complete from 4.2.3 to 4.3.0 (#61)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.3 to 4.3.0. - [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.2.3...clap_complete-v4.3.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... 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 8a41148..2b433ac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.2.3"
+version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
+checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 96dd499..a5a954a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.11"
-clap_complete = "4.2.3"
+clap_complete = "4.3.0"
clap = "4.3.0"
[profile.dev]