Skip to content

Commit

Permalink
⬆️ Update k8s-openapi requirement from 0.6.0 to 0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version.
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.6.0...v0.7.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and davidB committed Feb 1, 2020
1 parent 6128dfa commit be307eb
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 @@ -14,7 +14,7 @@ exclude = ["/.github", "/.dependabot", ".gitignore"]
[dependencies]
tokio = { version = "0.2.6", features = ["full"]}
kube = { version = "0.23.0", features = ["openapi"] }
k8s-openapi = { version = "0.6.0", features = ["v1_15"], default-features = false }
k8s-openapi = { version = "0.7.1", features = ["v1_15"], default-features = false }
log = "0.4.8"
env_logger = "0.7.1"
anyhow = "1.0.26"
Expand Down

0 comments on commit be307eb

Please sign in to comment.