Skip to content

Commit 193969c

Browse files
Update rand requirement from 0.5 to 0.6
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[bot] <[email protected]>
1 parent bd2cd27 commit 193969c

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
@@ -30,7 +30,7 @@ crates-io = "0.17"
3030
env_logger = "0.5"
3131
log = "0.4"
3232
semver = "0.9"
33-
rand = "0.5"
33+
rand = "0.6"
3434

3535
[dev-dependencies]
3636
quickcheck = "0.7"

0 commit comments

Comments
 (0)