Skip to content

Commit

Permalink
Update Rust crate kube to 0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2022
1 parent 8359bb9 commit f5f8839
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
34 changes: 24 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a2s = { version = "0.5.1", features = ["async"] }
defer = "0.1.0"
futures = "0.3.21"
k8s-openapi = { version = "0.15.0", features = ["v1_21"] }
kube = { version = "0.74.0", default-features = false, features = ["client", "rustls-tls"] }
kube = { version = "0.75.0", default-features = false, features = ["client", "rustls-tls"] }
minecraft-protocol = "0.1.0"
minecraft-protocol-derive = "0.0.0"
tokio = { version = "1.17.0", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync"] }
Expand Down

0 comments on commit f5f8839

Please sign in to comment.