diff --git a/core-primitives/node-api/factory/Cargo.toml b/core-primitives/node-api/factory/Cargo.toml index 024e49d356..40bc373b64 100644 --- a/core-primitives/node-api/factory/Cargo.toml +++ b/core-primitives/node-api/factory/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Integritee AG "] edition = "2021" [dependencies] +futures = { version = "0.3.8" } thiserror = { version = "1.0" } tokio = { version = "1.6.1", features = ["full"] } -futures = { version = "0.3.8" } # substrate sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.39" }