Skip to content

Commit

Permalink
add kube dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jul 30, 2024
1 parent 9b495ca commit 529f4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gcp-bigquery-client = { git = "https://github.com/imor/gcp-bigquery-client.git",
pin-project-lite = { version = "0.2", default-features = false }
postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
prost = { version = "0.13.1", default-features = false }
kube = { version = "0.93.1", default-features = false }
secrecy = { version = "0.8.0", default-features = false }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ actix-web = { workspace = true, features = ["macros", "http2"] }
anyhow = { workspace = true, features = ["std"] }
bytes = { workspace = true }
config = { workspace = true, features = ["yaml"] }
kube = { workspace = true }
secrecy = { workspace = true, features = ["serde", "alloc"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["std"] }
Expand Down

0 comments on commit 529f4aa

Please sign in to comment.