Skip to content

Commit

Permalink
Bump kube-rs version to 0.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Nov 29, 2023
1 parent 2519c9a commit 7f142db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 164 deletions.
179 changes: 16 additions & 163 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async-nats = "0.32.1"
clap = { version = "4.4.8", features = ["derive", "env"] }
dotenv = "0.15.0"
futures = "0.3"
kube = { version = "0.86.0", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
kube = { version = "0.87.1", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 7f142db

Please sign in to comment.