Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 2e47b22

Browse files
fix(deps): update rust crate clap to v4
1 parent edf0d78 commit 2e47b22

File tree

2 files changed

+27
-100
lines changed

2 files changed

+27
-100
lines changed

Cargo.lock

Lines changed: 26 additions & 99 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 @@ edition = "2021"
55

66
[dependencies]
77
base64 = "0.22.1"
8-
clap = { version = "3.2.25", features = ["derive", "env"] }
8+
clap = { version = "4.0.0", features = ["derive", "env"] }
99
csv = "1.3.0"
1010
env_logger = "0.11.3"
1111
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }

0 commit comments

Comments
 (0)