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

This commit is contained in:
Pierre HUBERT 2024-07-02 23:00:56 +02:00
parent 46537a8c4f
commit ba5de7ccf8
2 changed files with 479 additions and 313 deletions

788
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@ serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115" serde_json = "1.0.115"
schemars = "0.8.17" schemars = "0.8.17"
tokio = { version = "1.37.0", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] }
kube = { version = "0.90.0", features = ["runtime", "derive"] } kube = { version = "0.92.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.1", features = ["v1_29"] } k8s-openapi = { version = "0.22.0", features = ["v1_29"] }
futures = "0.3.30" futures = "0.3.30"
thiserror = "1.0.59" thiserror = "1.0.59"
rand = "0.8.5" rand = "0.8.5"