Skip to content

Commit

Permalink
Update Rust crate kube to 0.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2024
1 parent 7c8fe56 commit e243401
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 27 deletions.
216 changes: 192 additions & 24 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 sdp-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0"
tokio = { version = "~1.34.0", features = ["rt", "macros", "rt-multi-thread"] }
chrono = { version = "~0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
kube = { version = "0.87.1", default-features = false, features = ["admission", "rustls-tls", "derive", "client", "runtime"] }
kube = { version = "0.88.0", default-features = false, features = ["admission", "rustls-tls", "derive", "client", "runtime"] }
k8s-openapi = { version = "0.20.0", features = ["latest"]}
schemars = "0.8.16"
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
Expand Down
Loading

0 comments on commit e243401

Please sign in to comment.