diff --git a/Cargo.toml b/Cargo.toml index f60d352520..169e2daabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.40" } hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" } hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.7" } -hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter"} +hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.40" } hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.9" } hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.40" } diff --git a/sequencer/Cargo.toml b/sequencer/Cargo.toml index f48049589d..e0933d140d 100644 --- a/sequencer/Cargo.toml +++ b/sequencer/Cargo.toml @@ -18,7 +18,7 @@ escargot = "0.5.10" espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" } hotshot-query-service = { workspace = true, features = ["testing"] } rand = "0.8.5" -reqwest = { version = "0.11.26", features = ["json"]} +reqwest = { version = "0.11.26", features = ["json"] } tempfile = "3.9.0" [dependencies] @@ -52,8 +52,8 @@ dotenvy = { workspace = true } es-version = { workspace = true } ethers = { workspace = true } ethers-contract-derive = "2.0.10" -tempfile = { version = "3.9.0", optional = true} futures = { workspace = true } +tempfile = { version = "3.9.0", optional = true } hotshot = { workspace = true } hotshot-contract-adapter = { workspace = true } diff --git a/utils/Cargo.toml b/utils/Cargo.toml index f74712f9c7..eee99683dc 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -15,8 +15,8 @@ contract-bindings = { path = "../contract-bindings" } derive_more = { workspace = true } ethers = { workspace = true } futures = { workspace = true } -portpicker = { workspace = true } hotshot-contract-adapter = { workspace = true } +portpicker = { workspace = true } serde_json = "^1.0.113" surf = "2.3.2" tempfile = "3.9.0"