We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525f9ab commit 16dba27Copy full SHA for 16dba27
Cargo.toml
@@ -29,7 +29,7 @@ color-eyre = "0.6.3"
29
dotenv = "0.15.0"
30
eyre = "0.6.12"
31
git2 = "0.18.3"
32
-k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
+k8s-openapi = { version = "0.21.1", features = ["v1_26"] }
33
kube = { version = "0.87.2", features = ["derive", "runtime"] }
34
lettre = { version = "0.11.6", features = ["tokio1", "tracing", "tokio1-native-tls"] }
35
mustache = "0.9.0"
0 commit comments