Skip to content

Commit

Permalink
Update clap dependency
Browse files Browse the repository at this point in the history
Upgrade to latest stable release

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jun 21, 2022
1 parent 0b3d3c7 commit d68df5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0"
itertools = "0.10.3"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.4.0" }
lazy_static = "1.4.0"
clap = { version = "3.0.15", features = [ "cargo", "env" ] }
clap = { version = "3.2.5", features = [ "cargo", "env" ] }
k8s-openapi = { version = "0.15.0", default-features = false, features = ["v1_24"] }
warp = { version = "0.3.2", default_features = false, features = [ "multipart", "tls"] }
num_cpus = "1.13.1"
Expand Down

0 comments on commit d68df5b

Please sign in to comment.