diff --git a/futures-executor/Cargo.toml b/futures-executor/Cargo.toml index f1ba429e31..9b851ca53a 100644 --- a/futures-executor/Cargo.toml +++ b/futures-executor/Cargo.toml @@ -25,7 +25,7 @@ futures-core-preview = { path = "../futures-core", version = "0.3.0-alpha.2", de futures-util-preview = { path = "../futures-util", version = "0.3.0-alpha.2", default-features = false} futures-channel-preview = { path = "../futures-channel", version = "0.3.0-alpha.2", default-features = false} num_cpus = { version = "1.0", optional = true } -lazy_static = { version = "1.0", optional = true } +lazy_static = { version = "1.1.0", optional = true } pin-utils = "0.1.0-alpha.1" [dev-dependencies]