Skip to content

Commit d6f8023

Browse files
committed
chore: update kube and k8s-openapi
Signed-off-by: Shane Utt <[email protected]>
1 parent 6f2d7c7 commit d6f8023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
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.87.2", default-features = false, features = ["derive"] }
15-
k8s-openapi = { version = "0.20.0", features = ["v1_28"] }
14+
kube = { version = "^0.88.0", default-features = false, features = ["derive"] }
15+
k8s-openapi = { version = "0.21.0", features = ["v1_29"] }
1616
schemars = "0.8.16"
1717
serde = { version = "1.0.195", features = ["derive"] }
1818
serde_json = "1.0.111"
@@ -21,8 +21,8 @@ serde_yaml = "0.9.30"
2121
[dev-dependencies]
2222
anyhow = "1.0.79"
2323
hyper = "0.14.28"
24-
kube = { version = "^0.87.2" }
25-
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
24+
kube = { version = "^0.88.0" }
25+
k8s-openapi = { version = "0.21.0" , features = ["v1_29"] }
2626
tokio = { version = "1.35.1", features = ["macros"] }
2727
tower = "0.4.13"
2828
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)