summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-05-10 19:49:49 +0000
committerGitHub <noreply@github.com>2023-05-10 19:49:49 +0000
commitb0cc8f3222cb7a615361eca19e99c74ef9957662 (patch)
treefd0ed2358c4e89bc3cb826b67e44aa59303d1353
parent05da60c446b1720e5f05d436816dd9f30a6d2cba (diff)
parent2133a2c1c4f51c887b836ee4cf4f206de2eaa8da (diff)
chore: Merge #57
57: chore: Bump clap_complete from 4.2.1 to 4.2.2 r=orhun a=dependabot[bot] Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.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 e2f313d..3691bdb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.2.1"
+version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
+checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 648393b..194f8b9 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.1"
+clap_complete = "4.2.2"
clap = "4.2.7"
[profile.dev]