Skip to content

Commit

Permalink
Merge pull request #1012 from jvanz/main
Browse files Browse the repository at this point in the history
chore(deps): updates dependencies.
  • Loading branch information
jvanz authored Dec 27, 2024
2 parents 8381358 + 1d17ac0 commit d433fc2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
67 changes: 38 additions & 29 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ directories = "5.0.1"
flate2 = "1.0.29"
humansize = "2.1"
itertools = "0.13.0"
k8s-openapi = { version = "0.23.0", default-features = false, features = [
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_30",
] }
lazy_static = "1.4.0"
pem = "3"
pulldown-cmark-mdcat = { version = "2.5.0", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.6" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.7" }
rustls-pki-types = { version = "1", features = ["alloc"] }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.12.1", default-features = false }
Expand Down

0 comments on commit d433fc2

Please sign in to comment.