From deb328f6c691746bfb34d41b7c93746d506c0917 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 08:49:07 +0000 Subject: Update rand requirement from 0.6 to 0.7 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] --- library/stdarch/examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/stdarch/examples') diff --git a/library/stdarch/examples/Cargo.toml b/library/stdarch/examples/Cargo.toml index 6ac184606ef..855a5d4aaf6 100644 --- a/library/stdarch/examples/Cargo.toml +++ b/library/stdarch/examples/Cargo.toml @@ -12,7 +12,7 @@ description = "Examples of the stdsimd crate." core_arch = { path = "../crates/core_arch" } std_detect = { path = "../crates/std_detect" } quickcheck = "0.8" -rand = "0.6" +rand = "0.7" [target.'cfg(target_arch = "wasm32")'.dependencies] rand = { version = "0.6", features = ["wasm-bindgen"] } -- cgit 1.4.1-3-g733a5