Skip to content

Commit

Permalink
fix(deps): update rust crate k8s-openapi to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and narthollis committed Feb 29, 2024
1 parent 4b06221 commit 2dd7f9b
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 @@ -12,7 +12,7 @@ lto = true

[dependencies]
kube = { version = "0.88.1", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] }
k8s-openapi = { version = "0.21.0", default-features = false, features = ["v1_26"] }
k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] }
anyhow = "1.0.79"
thiserror = "1.0.57"
futures = "0.3.30"
Expand Down

0 comments on commit 2dd7f9b

Please sign in to comment.