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] committed Sep 16, 2024
1 parent 24177fa commit 273313e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -39,8 +39,8 @@ log4rs = { version = "1.3.0", default-features = false, features = ["file_append
bytes = "1.6.0"
futures = "0.3.30"
http = "1.1.0"
k8s-openapi = { version = "0.22.0", default-features = false, features = ["latest"] }
kube = { version = "0.94.0", features = ["derive"] }
k8s-openapi = { version = "0.23.0", default-features = false, features = ["latest"] }
kube = { version = "0.95.0", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit 273313e

Please sign in to comment.