Skip to content

Commit

Permalink
Merge pull request kubewarden#694 from kubewarden/dependabot/cargo/k8…
Browse files Browse the repository at this point in the history
…s-openapi-0.21.0

build(deps): bump k8s-openapi from 0.20.0 to 0.21.0
  • Loading branch information
flavio authored Jan 25, 2024
2 parents 6afabd1 + fae9ddd commit 2650074
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 36 deletions.
65 changes: 32 additions & 33 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
Expand Up @@ -15,14 +15,14 @@ directories = "5.0.1"
flate2 = "1.0.28"
humansize = "2.1"
itertools = "0.12.0"
k8s-openapi = { version = "0.20.0", default-features = false, features = [
"v1_28",
k8s-openapi = { version = "0.21.0", default-features = false, features = [
"v1_29",
] }
lazy_static = "1.4.0"
pulldown-cmark-mdcat = { version = "2.1.1", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.0" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.1" }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.9.3", default-features = false }
regex = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
type: Success
payload: |
{
"apiVersion": "v1",
"kind": "List",
"metadata": {"resourceVersion":"450657254"},
"items":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
type: Success
payload: |
{
"apiVersion": "v1",
"kind": "List",
"metadata": {"resourceVersion":"450657254"},
"items":[
{
Expand Down

0 comments on commit 2650074

Please sign in to comment.