summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-20 15:43:53 +0000
committerGitHub <noreply@github.com>2023-06-20 15:43:53 +0000
commit9910b98fc4878bd55e9747a6ed96c188c4e80463 (patch)
tree93cd6bbb5d0158ee10831cd61fa48a4114786bc0
parentfda5923d64dc1388f063e78d9087c236d38555ff (diff)
chore(deps): update clap requirement in /zellij-utilsdependabot/cargo/zellij-utils/clap-4.3.4
Updates the requirements on [clap](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.2...v4.3.4) --- updated-dependencies: - dependency-name: clap 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 9b260d1cb..ff9dbd2e0 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -13,7 +13,7 @@ include = ["src/**/*", "assets/"]
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 = { version = "4.3.4", features = ["derive", "env"] }
clap_complete = "3.2.1"
colored = "2.0.0"
colorsys = "0.6.5"