diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index a3369617f67b4..79dfa089aff56 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -44,10 +44,10 @@ structopt = "0.3.8" sc-tracing = { version = "2.0.0-rc2", path = "../tracing" } chrono = "0.4.10" parity-util-mem = { version = "0.6.1", default-features = false, features = ["primitive-types"] } -tempfile = "3.1.0" [target.'cfg(not(target_os = "unknown"))'.dependencies] rpassword = "4.0.1" +tempfile = "3.1.0" [target.'cfg(target_family = "unix")'.dependencies] nix = "0.17.0"