@@ -17,7 +17,7 @@ name = "futures_util"
1717[features ]
1818std = [" alloc" , " futures-core-preview/std" , " futures-io-preview/std" , " futures-sink-preview/std" , " slab" , " memchr" ]
1919default = [" std" ]
20- async-await = [" std" , " futures-select-macro-preview" , " proc-macro-hack" , " proc-macro-nested" , " rand" , " rand_core " ]
20+ async-await = [" std" , " futures-select-macro-preview" , " proc-macro-hack" , " proc-macro-nested" , " rand" ]
2121compat = [" std" , " futures_01" ]
2222io-compat = [" compat" , " tokio-io" ]
2323bench = []
@@ -34,8 +34,7 @@ futures-sink-preview = { path = "../futures-sink", version = "=0.3.0-alpha.16",
3434futures-select-macro-preview = { path = " ../futures-select-macro" , version = " =0.3.0-alpha.16" , default-features = false , optional = true }
3535proc-macro-hack = { version = " 0.5" , optional = true }
3636proc-macro-nested = { version = " 0.1.2" , optional = true }
37- rand = { version = " 0.6.4" , optional = true }
38- rand_core = { version = " >=0.2.2, <0.4" , optional = true } # See https://github.com/rust-random/rand/issues/645
37+ rand = { version = " 0.7.0" , optional = true }
3938slab = { version = " 0.4" , optional = true }
4039memchr = { version = " 2.2" , optional = true }
4140futures_01 = { version = " 0.1.25" , optional = true , package = " futures" }
0 commit comments