Skip to content

Commit

Permalink
chore: update kube and k8s-openapi
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <shaneutt@linux.com>
  • Loading branch information
shaneutt committed Jan 25, 2024
1 parent 6f2d7c7 commit d6f8023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository = "https://github.com/kube-rs/gateway-api-rs"
edition = "2021"

[dependencies]
kube = { version = "^0.87.2", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_28"] }
kube = { version = "^0.88.0", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.21.0", features = ["v1_29"] }
schemars = "0.8.16"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
Expand All @@ -21,8 +21,8 @@ serde_yaml = "0.9.30"
[dev-dependencies]
anyhow = "1.0.79"
hyper = "0.14.28"
kube = { version = "^0.87.2" }
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
kube = { version = "^0.88.0" }
k8s-openapi = { version = "0.21.0" , features = ["v1_29"] }
tokio = { version = "1.35.1", features = ["macros"] }
tower = "0.4.13"
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }

0 comments on commit d6f8023

Please sign in to comment.