Skip to content

Commit

Permalink
remove ark-serialize as workspace dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 14, 2024
1 parent ba6d56d commit a8588fd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package.description = "The PushCDN is a distributed, scalable, and fault-toleran
tokio = { version = "1.35.1", features = ["full"] }
jf-primitives.git = "https://github.com/EspressoSystems/jellyfish.git"
rand = "0.8.5"
ark-serialize = "0.4.2"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
clap = { version = "4.4.18", features = ["derive"] }
Expand Down
1 change: 0 additions & 1 deletion broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jf-primitives.workspace = true
proto = { path = "../proto", default-features = false, features = ["metrics"] }
tokio.workspace = true
tracing.workspace = true
ark-serialize.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
local-ip-address = "0.5.7"
Expand Down
1 change: 0 additions & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ default = ["local_discovery", "insecure"]
[dependencies]
jf-primitives.workspace = true
proto = { path = "../proto", default-features = false }
ark-serialize.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
rand.workspace = true
Expand Down
1 change: 0 additions & 1 deletion marshal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ jf-primitives.workspace = true
proto = { path = "../proto", default-features = false }
tokio.workspace = true
tracing.workspace = true
ark-serialize.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thiserror = "1.0.56"
quinn = "0.10.2"
tokio.workspace = true
jf-primitives.workspace = true
ark-serialize.workspace = true
ark-serialize = "0.4.2"
rand.workspace = true
url = "2.5.0"
tracing.workspace = true
Expand Down

0 comments on commit a8588fd

Please sign in to comment.