Skip to content

Commit

Permalink
more cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Jan 15, 2025
1 parent ba209f9 commit 00b7811
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 75 deletions.
66 changes: 8 additions & 58 deletions Cargo.lock

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

17 changes: 0 additions & 17 deletions crates/arroyo-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,19 @@ arroyo-types = { path = "../arroyo-types" }
arroyo-datastream = { path = "../arroyo-datastream" }
arroyo-rpc = { path = "../arroyo-rpc" }
arroyo-state = { path = "../arroyo-state" }
arroyo-storage = { path = "../arroyo-storage" }
arroyo-server-common = { path = "../arroyo-server-common" }
arroyo-worker = { path = "../arroyo-worker" }

tonic = {workspace = true}
tonic-reflection = {workspace = true}

prost = {workspace = true}
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.12"
rand = "0.8"
bincode = { version = "2.0.0-rc.3", features = ["serde"]}
petgraph = {version = "0.7", features = ["serde-1"]}
quote = "1"
proc-macro2 = "1"
prettyplease = "0.2.4"
syn = {version = "2", features = ["full"]}
prometheus = "0.13"
async-trait = "0.1"
lazy_static = "1.4.0"
chrono = "0.4"
zstd = "0.13"

arrow-schema = {workspace = true}

serde = "1"

Expand All @@ -43,7 +32,6 @@ anyhow = "1.0.70"
# Kubernetes
kube = { version = "0.98", features = ["runtime", "derive"] }
k8s-openapi = { workspace = true, features = ["v1_30"] }
serde_yaml = {version = "0.9"}
shlex = "1.3"

# json-schema support
Expand All @@ -55,16 +43,11 @@ tracing = "0.1"
# SQL
postgres-types = { version = "*", features = ["derive"] }
tokio-postgres = { version = "*", features = ["with-serde_json-1", "with-time-0_3", "with-uuid-1"] }
deadpool-postgres = { workspace = true }
futures = "0.3"
time = "0.3"
cornucopia_async = { workspace = true, features = ["with-serde_json-1"] }
thiserror = "1.0.40"
regex = "1.7.3"
reqwest = { workspace = true, features = ["json"] }
uuid = "1.3.3"
async-stream = "0.3.5"
base64 = "0.22"
rusqlite = { workspace = true, features = ["serde_json", "time"] }

[build-dependencies]
Expand Down

0 comments on commit 00b7811

Please sign in to comment.