Skip to content

Commit

Permalink
Update Rust crate kube to 0.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 17, 2024
1 parent 76a3093 commit 4bd56c6
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 57 deletions.
179 changes: 123 additions & 56 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 @@ -30,7 +30,7 @@ dotenv = "0.15.0"
eyre = "0.6.12"
git2 = "0.18.3"
k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
kube = { version = "0.87.2", features = ["derive", "runtime"] }
kube = { version = "0.90.0", features = ["derive", "runtime"] }
lettre = { version = "0.11.6", features = ["tokio1", "tracing", "tokio1-native-tls"] }
mustache = "0.9.0"
once_cell = "1.19.0"
Expand Down

0 comments on commit 4bd56c6

Please sign in to comment.