Skip to content

Commit

Permalink
Merge pull request #232 from flavio/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
flavio authored May 25, 2022
2 parents f05353a + fbd168f commit 1792eff
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 55 deletions.
162 changes: 110 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kwctl"
description = "Tool to manage Kubewarden policies"
version = "0.3.2"
version = "0.3.3"
authors = [
"Kubewarden Developers <[email protected]>"
]
Expand All @@ -19,7 +19,7 @@ k8s-openapi = { version = "0.14.0", default-features = false, features = ["v1_22
kube = { version = "0.71.0", default-features = false, features = ["client", "rustls-tls"] }
lazy_static = "1.4.0"
mdcat = "0.27.1"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.3.2" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.3.4" }
pretty-bytes = "0.2.2"
prettytable-rs = "^0.8"
pulldown-cmark = { version = "0.9.1", default-features = false }
Expand All @@ -33,7 +33,7 @@ tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["fmt"] }
url = "2.2.2"
validator = { version = "0.14", features = ["derive"] }
validator = { version = "0.15", features = ["derive"] }
walrus = "0.19.0"
wasmparser = "0.85"

Expand Down

0 comments on commit 1792eff

Please sign in to comment.