Skip to content

Commit 8f58115

Browse files
Update rand requirement from 0.4.2 to 0.5.5
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.5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82b60dc commit 8f58115

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.5"
88
quickcheck = "0.6.0"
99
histo = "0.1.0"
1010
cfg-if = "0.1.2"

0 commit comments

Comments
 (0)