Skip to content

Commit

Permalink
update kube versions
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Nov 11, 2024
1 parent 12a56c9 commit e0fb31c
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 @@ -22,8 +22,8 @@ duckdb = { version = "1.0", default-features = false, features = ["bundled"] }
futures = { version = "0.3", default-features = false }
# gcp-bigquery-client = { version = "0.24.1", default-features = false }
gcp-bigquery-client = { git = "https://github.com/imor/gcp-bigquery-client", default-features = false, rev = "4fb420c0077f12674c71d562fa21f913a360981f" }
k8s-openapi = { version = "0.22.0", default-features = false }
kube = { version = "0.93.1", default-features = false }
k8s-openapi = { version = "0.23.0", default-features = false }
kube = { version = "0.96.0", default-features = false }
pg_escape = { version = "0.1.1", default-features = false }
pin-project-lite = { version = "0.2", default-features = false }
postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres", rev = "548f00c4cbcf7bd714c29cfd2fea7685040c9987" }
Expand Down

0 comments on commit e0fb31c

Please sign in to comment.