Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <shaneutt@linux.com>
  • Loading branch information
shaneutt committed Nov 13, 2023
1 parent 8c814c8 commit e0fc067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
kube = { version = "^0.87.1", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.20.0" }
k8s-openapi = { version = "0.20.0", features = ["v1_28"] }
schemars = "0.8.16"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
Expand All @@ -22,7 +22,7 @@ serde_yaml = "0.9.27"
anyhow = "1.0.75"
hyper = "0.14.27"
kube = { version = "^0.87.1" }
k8s-openapi = { version = "0.20.0" , features = ["v1_27"] }
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
tokio = { version = "1.34.0", features = ["macros"] }
tower = "0.4.13"
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }

0 comments on commit e0fc067

Please sign in to comment.