Skip to content

Commit 01ca4ba

Browse files
committed
chore: update kube dependency to v0.96.0
Signed-off-by: Shane Utt <[email protected]>
1 parent 5931935 commit 01ca4ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gateway-api/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repository = "https://github.com/kube-rs/gateway-api-rs"
1111
edition = "2021"
1212

1313
[dependencies]
14-
kube = { version = "^0.88.1", default-features = false, features = ["derive"] }
15-
k8s-openapi = { version = "0.21.1" }
14+
kube = { version = "0.96.0", default-features = false, features = ["derive"] }
15+
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
1616
schemars = "0.8.21"
1717
serde = { version = "1.0.203", features = ["derive"] }
1818
serde_json = "1.0.118"
@@ -24,8 +24,8 @@ once_cell = "1.19.0"
2424
[dev-dependencies]
2525
anyhow = "1.0.86"
2626
hyper = "0.14.29"
27-
kube = { version = "^0.88.1" }
28-
k8s-openapi = { version = "0.21.1" , features = ["v1_29", "schemars"] }
27+
kube = { version = "0.96.0" }
28+
k8s-openapi = { version = "0.23.0" , features = ["v1_31", "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)