Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 7e6f89d

Browse files
Update rand requirement from 0.6.5 to 0.7.0
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d7fb679 commit 7e6f89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ futures01 = { package = "futures", version = "0.1" }
2828
futures-preview = { version = "0.3.0-alpha.16", features = ["nightly", "async-await"] }
2929
juliex = "0.3.0-alpha.6"
3030
mio = "0.6.16"
31-
rand = "0.6.5"
31+
rand = "0.7.0"
3232
runtime-tokio = { path = "runtime-tokio", version = "0.3.0-alpha.4" }
3333
tokio = "0.1.19"
3434

0 commit comments

Comments
 (0)