Skip to content

Commit c5ff78e

Browse files
Update rand requirement to 0.5.3
Updates the requirements on [rand](https://github.com/rust-lang-nursery/rand) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/rand/releases) - [Changelog](https://github.com/rust-lang-nursery/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/rand/commits/0.5.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95ca50e commit c5ff78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "wee_alloc_test"
44
version = "0.1.0"
55

66
[dependencies]
7-
rand = "0.4.2"
7+
rand = "0.5.3"
88
quickcheck = "0.6.0"
99
histo = "0.1.0"
1010
cfg-if = "0.1.2"

0 commit comments

Comments
 (0)