Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c16a768

Browse files
authoredJun 15, 2023
fix(deps): update rust crate clap to v4
1 parent 7253afc commit c16a768

File tree

2 files changed

+267
-94
lines changed

2 files changed

+267
-94
lines changed
 

‎Cargo.lock

Lines changed: 266 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Kubernetes config helpers and utilities."
55
edition = "2021"
66

77
[dependencies]
8-
clap = { version = "3.0.14", features = ["derive"] }
8+
clap = { version = "4.3.4", features = ["derive"] }
99
colored = "2.0.0"
1010
dialoguer = "0.9.0"
1111
dirs = "4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.