This commit is contained in:
parent
c0bd23caa2
commit
6efd8d2e08
688
Cargo.lock
generated
688
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,8 +13,8 @@ serde = { version = "1.0.183", features = ["derive"] }
|
||||
serde_json = "1.0.105"
|
||||
schemars = "0.8.12"
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
kube = { version = "0.84.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27
|
||||
kube = { version = "0.85.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.19.0", features = ["v1_27"] }
|
||||
futures = "0.3.28"
|
||||
thiserror = "1.0.47"
|
||||
rand = "0.8.5"
|
||||
|
Loading…
Reference in New Issue
Block a user