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

Commit 57d758c

Browse files
fix(deps): update rust crate clap to 3.2.5 (#32)
Co-authored-by: Renovate Bot <[email protected]>
1 parent edb913e commit 57d758c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.13.0"
8-
clap = { version = "3.2.4", features = ["derive", "env"] }
8+
clap = { version = "3.2.5", features = ["derive", "env"] }
99
csv = "1.1.6"
1010
env_logger = "0.9.0"
1111
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }

0 commit comments

Comments
 (0)