Skip to content

Commit

Permalink
fix: update kube dev dependency as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmaus committed Jan 10, 2023
1 parent d246856 commit d95aa1f
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 @@ -19,7 +19,7 @@ log = "0.4"
[dev-dependencies]
anyhow = "1"
async-std = { version = "1", features = ["attributes", "tokio1", "tokio02"] }
kube = "0.77"
kube = "0.78"
k8s-openapi = { version = "0.17", default-features = false, features = ["v1_24"] }
env_logger = "0.9"
rand = "0.8"
Expand Down

0 comments on commit d95aa1f

Please sign in to comment.