summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-29 04:06:21 -0400
committerGitHub <noreply@github.com>2022-06-29 04:06:21 -0400
commit05cc198e8c17864ed87304d3294dfeb3385fe97d (patch)
tree313622cf48d0e638240304c20156ad8a44bc22ff /Cargo.toml
parent0dca1c0a3d1f5d273d6a3a41033b3dbd4919a3e3 (diff)
build: bump clap_complete from 3.2.2 to 3.2.3 (#4127)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.2 to 3.2.3. - [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.2.2...clap_complete-v3.2.3) --- 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 900d58a25..54efa8585 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ notify = ["notify-rust"]
ansi_term = "0.12.1"
chrono = "0.4.19"
clap = { version = "=3.2.7", features = ["derive", "cargo", "unicode", "unstable-v4"] }
-clap_complete = "3.2.2"
+clap_complete = "3.2.3"
dirs-next = "2.0.0"
dunce = "1.0.2"
gethostname = "0.2.3"