Skip to content

Commit

Permalink
chore: update API to 1.32 version, and change deps to workspace deps
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <[email protected]>
  • Loading branch information
shaneutt committed Jan 6, 2025
1 parent fb0ffa7 commit 1fab07f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ version = "0.14.1"
anyhow = "1.0.95"
delegate = "0.13.1"
hyper-util = "0.1.10"
kube = { version = "0.98.0", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.24.0", features = [ "schemars" ] }
kube = { version = "0.98.0" }
k8s-openapi = { version = "0.24.0" }
once_cell = "1.20.2"
regex = { package = "regex-lite", version = "0.1.6" }
schemars = "0.8.21"
Expand Down
6 changes: 3 additions & 3 deletions gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ serde.workspace = true
serde_yaml.workspace = true

[dev-dependencies]
k8s-openapi = { version = "0.24.0", features = [ "v1_31", "schemars" ] }
kube = { version = "0.98.0" }
k8s-openapi = { workspace = true, features = [ "v1_32", "schemars" ] }
kube = { workspace = true, features = ["derive"] }

anyhow.workspace = true
hyper-util.workspace = true
Expand All @@ -35,4 +35,4 @@ tower.workspace = true
uuid.workspace = true

[package.metadata.docs.rs]
features = [ "k8s-openapi/v1_31" ]
features = [ "k8s-openapi/v1_32" ]
2 changes: 1 addition & 1 deletion gateway-api/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing-subscriber.workspace = true
uuid.workspace = true

[features]
default = [ "k8s-openapi/v1_31" ]
default = [ "k8s-openapi/v1_32" ]

[[bin]]
name = "gep2257"
Expand Down

0 comments on commit 1fab07f

Please sign in to comment.