Skip to content

Commit

Permalink
chore(deps): update k8s-openapi requirement from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version.
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: k8s-openapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 298804f commit 17fc7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
kube = { version = "^0.88.0", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.21.0", features = ["v1_29", "schemars"] }
k8s-openapi = { version = "0.22.0", features = ["v1_29", "schemars"] }
schemars = "0.8.16"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
Expand All @@ -22,7 +22,7 @@ serde_yaml = "0.9.30"
anyhow = "1.0.79"
hyper = "0.14.28"
kube = { version = "^0.88.0" }
k8s-openapi = { version = "0.21.0" , features = ["v1_29"] }
k8s-openapi = { version = "0.22.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 17fc7b5

Please sign in to comment.