Skip to content

Commit

Permalink
Merge pull request #48 from constellation-rs/dependabot/cargo/kube-0.22
Browse files Browse the repository at this point in the history
Update kube requirement from 0.20 to 0.22
  • Loading branch information
mergify[bot] authored Dec 2, 2019
2 parents ac0076b + 54038f9 commit 28db5b5
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 @@ -41,7 +41,7 @@ docopt = "1.0"
either = "1.5"
futures = "0.3"
k8s-openapi = { version = "0.6", default-features = false, features = ["v1_15"], optional = true }
kube = { version = "0.20", features = ["openapi"], optional = true }
kube = { version = "0.22", features = ["openapi"], optional = true }
log = "0.4"
notifier = { version = "0.1", features = ["tcp_typed"] }
once_cell = "1.0"
Expand Down

0 comments on commit 28db5b5

Please sign in to comment.