summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-05-16 17:14:33 +0000
committerGitHub <noreply@github.com>2023-05-16 17:14:33 +0000
commit40f194ffa3ff388842839d5a6f209bbd0574450f (patch)
tree791de191dc55a0312d62f8965a74a7be9964cb75
parentb0cc8f3222cb7a615361eca19e99c74ef9957662 (diff)
parent49051f1afb38ddac28d94439bfba36158f15f4a4 (diff)
chore: Merge #58
58: chore: Bump clap_complete from 4.2.2 to 4.2.3 r=orhun a=dependabot[bot] Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.3. 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 3691bdb..32e2740 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.2.2"
+version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
+checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 194f8b9..816a237 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.10"
-clap_complete = "4.2.2"
+clap_complete = "4.2.3"
clap = "4.2.7"
[profile.dev]