summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-18 16:02:58 +0200
committerGitHub <noreply@github.com>2023-07-18 16:02:58 +0200
commit542f7cd99c7f2b1f526f556eccb124e9787dc4b0 (patch)
tree675ce3cfb20e093810a45b6ced512c07e2208a46
parent6005b0b50a5e45bdecbf46434bfedfc8e36f3276 (diff)
chore: Bump clap_complete from 4.3.1 to 4.3.2 (#75)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.1 to 4.3.2. - [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.1...clap_complete-v4.3.2) --- 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 b3206a0..1dae614 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -116,9 +116,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.3.1"
+version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
+checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index d7cf1ce..0fbc3d7 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.1"
+clap_complete = "4.3.2"
clap = "4.3.10"
[profile.dev]