Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-25 10:54:30 +01:00
parent 5891f44efb
commit ae3dec359b
2 changed files with 16 additions and 17 deletions

View File

@ -13,8 +13,8 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
schemars = "0.8.16"
tokio = { version = "1.36.0", features = ["full"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_27"] }
kube = { version = "0.88.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.1", features = ["v1_29"] }
futures = "0.3.30"
thiserror = "1.0.58"
rand = "0.8.5"