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

This commit is contained in:
Pierre HUBERT 2023-08-19 16:26:48 +02:00
parent c0bd23caa2
commit 6efd8d2e08
2 changed files with 253 additions and 441 deletions

688
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105" serde_json = "1.0.105"
schemars = "0.8.12" schemars = "0.8.12"
tokio = { version = "1.32.0", features = ["full"] } tokio = { version = "1.32.0", features = ["full"] }
kube = { version = "0.84.0", features = ["runtime", "derive"] } kube = { version = "0.85.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27 k8s-openapi = { version = "0.19.0", features = ["v1_27"] }
futures = "0.3.28" futures = "0.3.28"
thiserror = "1.0.47" thiserror = "1.0.47"
rand = "0.8.5" rand = "0.8.5"