diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 09e0a74..13809cf 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -11,21 +11,21 @@ repository = "https://github.com/kube-rs/gateway-api-rs" edition = "2021" [dependencies] -kube = { version = "^0.88.1", default-features = false, features = ["derive"] } -k8s-openapi = { version = "0.21.1" } +kube = { version = "^0.94.1", default-features = false, features = ["derive"] } +k8s-openapi = { version = "0.22.0" } schemars = "0.8.21" -serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.118" +serde = { version = "1.0.210", features = ["derive"] } +serde_json = "1.0.128" serde_yaml = "0.9.34" regex = { package = "regex-lite", version = "0.1.6" } delegate = "0.13.0" once_cell = "1.19.0" [dev-dependencies] -anyhow = "1.0.86" -hyper = "0.14.29" -kube = { version = "^0.88.1" } -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"] } +anyhow = "1.0.87" +hyper = "1.4.1" +kube = { version = "^0.94.1" } +k8s-openapi = { version = "0.22.0" , features = ["v1_29", "schemars"] } +tokio = { version = "1.40.0", features = ["macros"] } +tower = "0.5.1" +uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }