Skip to content

Commit

Permalink
build(deps): use kube-rs reduce buffering branch
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed May 21, 2024
1 parent 3ae0d9b commit 0f552c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.13"
json-patch = "2.0"
k8s-openapi = { version = "0.22.0", default-features = false }
kube = { version = "0.91.0", default-features = false, features = [
# TODO: revert to upstream kube once this is merged: https://github.com/kube-rs/kube/pull/1494
kube = { git = "https://github.com/fabriziosestito/kube", rev = "f7de17b6984839c08c9a0645d0ec73c2ffd6f4a8", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
Expand Down

0 comments on commit 0f552c3

Please sign in to comment.