Skip to content

Commit 18eb8cf

Browse files
Bump clap from 3.0.13 to 3.0.14
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.0.14. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.0.13...v3.0.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb2c877 commit 18eb8cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag
1616
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.3.0" }
1717
kubewarden-policy-sdk = "0.3.2"
1818
lazy_static = "1.4.0"
19-
clap = { version = "3.0.13", features = [ "cargo", "env" ] }
19+
clap = { version = "3.0.14", features = [ "cargo", "env" ] }
2020
futures-util = "0.3.12"
2121
kube = { version = "0.64.0", default-features = false, features = ["client", "rustls-tls"] }
2222
k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_22"] }

0 commit comments

Comments
 (0)