Skip to content

Commit aaf40cf

Browse files
committed
Update rand(_core)
1 parent 6a69c0f commit aaf40cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

futures-util/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ futures-sink-preview = { path = "../futures-sink", version = "=0.3.0-alpha.16",
3434
futures-select-macro-preview = { path = "../futures-select-macro", version = "=0.3.0-alpha.16", default-features = false, optional = true }
3535
proc-macro-hack = { version = "0.5", optional = true }
3636
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.6.5", optional = true }
38+
rand_core = { version = "0.4", optional = true } # See https://github.com/rust-lang-nursery/futures-rs/pull/1664
3939
slab = { version = "0.4", optional = true }
4040
memchr = { version = "2.2", optional = true }
4141
futures_01 = { version = "0.1.25", optional = true, package = "futures" }

0 commit comments

Comments
 (0)