Skip to content

Commit 00e4559

Browse files
authored
fix: update k8s-openapi deps (#50)
Signed-off-by: Sanskar Jaiswal <[email protected]>
1 parent d3986f1 commit 00e4559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212

1313
[dependencies]
1414
kube = { version = "^0.88.1", default-features = false, features = ["derive"] }
15-
k8s-openapi = { version = "0.21.1", features = ["v1_29", "schemars"] }
15+
k8s-openapi = { version = "0.21.1" }
1616
schemars = "0.8.21"
1717
serde = { version = "1.0.203", features = ["derive"] }
1818
serde_json = "1.0.118"
@@ -25,7 +25,7 @@ once_cell = "1.19.0"
2525
anyhow = "1.0.86"
2626
hyper = "0.14.29"
2727
kube = { version = "^0.88.1" }
28-
k8s-openapi = { version = "0.21.1" , features = ["v1_29"] }
28+
k8s-openapi = { version = "0.21.1" , features = ["v1_29", "schemars"] }
2929
tokio = { version = "1.38.0", features = ["macros"] }
3030
tower = "0.4.13"
3131
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)