Skip to content

Commit

Permalink
Merge pull request #17 from xai-org-shared/main
Browse files Browse the repository at this point in the history
Update k8s-openapi to latest version
  • Loading branch information
ThomasK33 authored Sep 28, 2024
2 parents d0dc37c + fb23cc3 commit fd266ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ categories = ["algorithms", "data-structures", "encoding"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
k8s-openapi = { version = "0.21.1", default-features = false }
k8s-openapi = { version = "0.23.0", default-features = false }
nom = "7.1.3"
rust_decimal = "1.32.0"
thiserror = "1.0.48"
thiserror = "1.0.64"

[dev-dependencies]
k8s-openapi = { version = "0.21.1", default-features = false, features = [
k8s-openapi = { version = "0.23.0", default-features = false, features = [
"v1_29",
] }

Expand Down

0 comments on commit fd266ad

Please sign in to comment.