Skip to content

Commit

Permalink
Update Rust crate kube to 0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent 8359bb9 commit c238149
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 @@ -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.80.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 c238149

Please sign in to comment.