Skip to content

Commit

Permalink
Update Rust crate kube to 0.88.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2024
1 parent 1762e8d commit e55cd9d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
47 changes: 30 additions & 17 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.88.1", features = ["derive", "runtime"] }
lettre = { version = "0.11.5", features = ["tokio1", "tracing", "tokio1-native-tls"] }
mustache = "0.9.0"
once_cell = "1.19.0"
Expand Down

0 comments on commit e55cd9d

Please sign in to comment.