Skip to content

Commit

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

[dependencies]
kube = { version = "0.89.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] }
kube = { version = "0.90.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] }
k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] }
anyhow = "1.0.82"
thiserror = "1.0.58"
Expand Down

0 comments on commit 8c82261

Please sign in to comment.