summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-15 03:05:38 -0400
committerGitHub <noreply@github.com>2022-06-15 03:05:38 -0400
commitef831ee84f5e0f3b1ec62b4e9ed4b69ada7ef7cc (patch)
tree2ccd4b121c6bf8635d0cd0d1668f3e3893a7b740
parent5ea4037684447e7580909ad7540d84c65ef3b50d (diff)
build: bump clap_complete from 3.1.4 to 3.2.1 (#4070)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.4 to 3.2.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-v3.1.4...clap_complete-v3.2.1) --- 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.lock18
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e617d00d4..acce7f8b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -270,16 +270,16 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.1.18"
+version = "3.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
+checksum = "6d20de3739b4fb45a17837824f40aa1769cc7655d7a83e68739a77fe7b30c87a"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
- "lazy_static",
+ "once_cell",
"strsim",
"termcolor",
"textwrap",
@@ -288,18 +288,18 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "3.1.4"
+version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4"
+checksum = "0f6ebaab5f25e4f0312dfa07cb30a755204b96e6531457c2cfdecfdf5f2adf40"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
-version = "3.1.18"
+version = "3.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
+checksum = "026baf08b89ffbd332836002ec9378ef0e69648cbfadd68af7cd398ca5bf98f7"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
@@ -310,9 +310,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.2.0"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
+checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
dependencies = [
"os_str_bytes",
]
diff --git a/Cargo.toml b/Cargo.toml
index 4506b73e2..b2d7d6813 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ notify = ["notify-rust"]
ansi_term = "0.12.1"
chrono = "0.4.19"
clap = { version = "3.1.18", features = ["derive", "cargo", "unicode"] }
-clap_complete = "3.1.4"
+clap_complete = "3.2.1"
dirs-next = "2.0.0"
dunce = "1.0.2"
gethostname = "0.2.3"