summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-01 07:58:16 +0000
committerGitHub <noreply@github.com>2023-06-01 07:58:16 +0000
commit54b7efe7c2e8feee8a499fbbbc4be4ae5599f3b7 (patch)
treea6bb636c3634358972cf5d7a695d984587f1d95c
parentb8f095330a57c905f23563ca7c2bfae3171abf57 (diff)
chore(deps): update clap_complete requirement in /zellij-utilsdependabot/cargo/zellij-utils/clap_complete-4.3.0
Updates the requirements on [clap_complete](https://github.com/clap-rs/clap) to permit the latest version. - [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.1...clap_complete-v4.3.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--zellij-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index f12d8c78e..77f114cc8 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -14,7 +14,7 @@ anyhow = { version = "1.0.70", features = ["backtrace"] }
backtrace = "0.3.55"
rmp-serde = "1.1.0"
clap = { version = "3.2.2", features = ["derive", "env"] }
-clap_complete = "3.2.1"
+clap_complete = "4.3.0"
colored = "2.0.0"
colorsys = "0.6.5"
crossbeam = "0.8.1"