This commit is contained in:
@ -9,12 +9,12 @@ edition = "2021"
|
||||
log = "0.4.21"
|
||||
env_logger = "0.11.3"
|
||||
anyhow = "1.0.82"
|
||||
serde = { version = "1.0.198", features = ["derive"] }
|
||||
serde_json = "1.0.115"
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
schemars = "0.8.17"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
kube = { version = "0.97.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.23.0", features = ["v1_31"] }
|
||||
kube = { version = "0.98.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
|
||||
futures = "0.3.30"
|
||||
thiserror = "2.0.7"
|
||||
rand = "0.9.0"
|
||||
|
Reference in New Issue
Block a user