Skip to content

Commit

Permalink
Merge pull request #2 from alexohneander/dependabot/cargo/k8s-openapi…
Browse files Browse the repository at this point in the history
…-0.20.0

Bump k8s-openapi from 0.19.0 to 0.20.0
  • Loading branch information
alexohneander authored Sep 11, 2023
2 parents 630ac4e + 40c1865 commit bd80e6b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 60 deletions.
78 changes: 19 additions & 59 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
kube = { version = "0.85.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.19.0", features = ["v1_27"] }
k8s-openapi = { version = "0.20.0", features = ["v1_27"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "signal"] }
anyhow = "1.0.72"
futures-util = "0.3.28"

0 comments on commit bd80e6b

Please sign in to comment.