@@ -17,7 +17,7 @@ name = "futures_util"
17
17
[features ]
18
18
std = [" alloc" , " futures-core-preview/std" , " futures-io-preview/std" , " futures-sink-preview/std" , " slab" , " memchr" ]
19
19
default = [" 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" ]
21
21
compat = [" std" , " futures_01" ]
22
22
io-compat = [" compat" , " tokio-io" ]
23
23
bench = []
@@ -34,8 +34,7 @@ futures-sink-preview = { path = "../futures-sink", version = "=0.3.0-alpha.16",
34
34
futures-select-macro-preview = { path = " ../futures-select-macro" , version = " =0.3.0-alpha.16" , default-features = false , optional = true }
35
35
proc-macro-hack = { version = " 0.5" , optional = true }
36
36
proc-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 }
39
38
slab = { version = " 0.4" , optional = true }
40
39
memchr = { version = " 2.2" , optional = true }
41
40
futures_01 = { version = " 0.1.25" , optional = true , package = " futures" }
0 commit comments