Skip to content

Commit

Permalink
fix(deps): update rust kube
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and narthollis committed Nov 11, 2024
1 parent ff3adc4 commit 6101362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ opt-level = "z" # Optimize for size.
lto = true

[dependencies]
kube = { version = "0.93.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_26"] }
kube = { version = "0.96.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] }
k8s-openapi = { version = "0.23.0", default-features = false, features = ["v1_26"] }
anyhow = "1.0.82"
thiserror = "2.0.0"
futures = "0.3.30"
Expand Down

0 comments on commit 6101362

Please sign in to comment.