Skip to content

Commit

Permalink
fix(deps): update kube-rs (kube, kube-runtime, k8s-openapi)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sarub0b0 committed Sep 8, 2023
1 parent 7bcf889 commit 606853f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
29 changes: 12 additions & 17 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 @@ -46,8 +46,8 @@ log4rs = { version = "1", default-features = false, features = ["file_appender",
bytes = "1"
futures = "0.3"
http = "0.2"
k8s-openapi = { version = "0.19", default-features = false, features = ["v1_27"] }
kube = { version = "0.85", default-features = false, features = ["client"] }
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_27"] }
kube = { version = "0.86", default-features = false, features = ["client"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
Expand Down

0 comments on commit 606853f

Please sign in to comment.