Skip to content

Commit

Permalink
cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Apr 10, 2024
1 parent 2b63524 commit a343947
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async-std = { workspace = true }
async-trait = { workspace = true }
clap = { workspace = true }
cld = { workspace = true }
committable = { workspace = true }
dotenvy = { workspace = true }
es-version = { workspace = true }
ethers = { workspace = true }
Expand All @@ -27,6 +28,7 @@ hotshot-stake-table = { workspace = true }
hotshot-state-prover = { path = "../hotshot-state-prover" }
hotshot-types = { workspace = true }
jf-primitives = { workspace = true }
portpicker = { workspace = true }
rand = "0.8.5"
sequencer = { path = "../sequencer", features = ["testing"] }
serde = { workspace = true }
Expand All @@ -38,5 +40,3 @@ tide-disco = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
vbs = { workspace = true }
committable = { workspace = true}
portpicker = { workspace = true }
6 changes: 3 additions & 3 deletions sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ es-version = { workspace = true }
ethers = { workspace = true }
ethers-contract-derive = "2.0.10"
futures = { workspace = true }
tagged-base64 = { workspace = true }
zeroize = { workspace = true }

hotshot = { workspace = true }
hotshot-events-service = { workspace = true }
Expand All @@ -62,6 +60,7 @@ jf-primitives = { workspace = true }
jf-utils = { workspace = true } # TODO temporary: used only for test_rng()
lazy_static = "1.4"
num-traits = "0.2.18"
portpicker = { workspace = true }
rand = "0.8.5"
rand_chacha = { workspace = true }
rand_distr = { workspace = true }
Expand All @@ -72,6 +71,7 @@ sha2 = "0.10" # TODO temporary, used only for VID, should be set in hotshot
snafu = { workspace = true }
strum = { workspace = true }
surf-disco = { workspace = true }
tagged-base64 = { workspace = true }
tide-disco = { workspace = true }
time = "0.3"
tokio-postgres = { version = "0.7", default-features = false, features = [ # disabling the default features removes dependence on the tokio runtime
Expand All @@ -86,7 +86,7 @@ typenum = { version = "1.15.0", default-features = false, features = [
] }
url = { workspace = true }
vbs = { workspace = true }
portpicker = "0.1.1"
zeroize = { workspace = true }

[package.metadata.cargo-udeps.ignore]
normal = ["hotshot-testing"]
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-std = { workspace = true }
committable = "0.2"
contract-bindings = { path = "../contract-bindings" }
ethers = "2.0.4"
portpicker = "0.1.1"
portpicker = { workspace = true }
surf = "2.3.2"
tempfile = "3.9.0"
tracing = "0.1.37"
Expand Down

0 comments on commit a343947

Please sign in to comment.