diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 9b1ceeb..cb5168f 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] kube = { version = "^0.88.1", default-features = false, features = ["derive"] } -k8s-openapi = { version = "0.21.1", features = ["v1_29", "schemars"] } +k8s-openapi = { version = "0.21.1" } schemars = "0.8.21" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.118" @@ -25,7 +25,7 @@ once_cell = "1.19.0" anyhow = "1.0.86" hyper = "0.14.29" kube = { version = "^0.88.1" } -k8s-openapi = { version = "0.21.1" , features = ["v1_29"] } +k8s-openapi = { version = "0.21.1" , features = ["v1_29", "schemars"] } tokio = { version = "1.38.0", features = ["macros"] } tower = "0.4.13" uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }