diff --git a/contracts/rust/adapter/Cargo.toml b/contracts/rust/adapter/Cargo.toml index 5f095044c..947e8f568 100644 --- a/contracts/rust/adapter/Cargo.toml +++ b/contracts/rust/adapter/Cargo.toml @@ -24,7 +24,7 @@ jf-plonk = { workspace = true } jf-utils = { workspace = true } num-bigint = { version = "0.4", default-features = false } num-traits = { version = "0.2", default-features = false } -serde.workspace = true +serde = { workspace = true } [[bin]] name = "eval-domain" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 0a89952ef..27aa0f435 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -19,8 +19,8 @@ derive_more = { workspace = true } ethers = { workspace = true } futures = { workspace = true } hotshot = { workspace = true } -hotshot-types = { workspace = true } hotshot-contract-adapter = { workspace = true } +hotshot-types = { workspace = true } log-panics = { workspace = true } portpicker = { workspace = true } # for price oracle and align with ethers-rs dep