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

Commit 6349e63

Browse files
fix(deps): update rust crate clap to 3.2.17 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d583ca4 commit 6349e63

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.16", features = ["derive", "env"] }
8+
clap = { version = "3.2.17", 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)