Skip to content

Commit 15b2c50

Browse files
Update rand requirement from 0.5 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] <support@dependabot.com>
1 parent 3aad860 commit 15b2c50

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
@@ -25,5 +25,5 @@ maintenance = { status = "actively-developed" }
2525
twox-hash = "1.1"
2626
serde_derive = "1.0"
2727
serde = "1.0"
28-
rand = "0.5"
28+
rand = "0.7"
2929
packed_simd = { version = "0.3", features = ["into_bits"] }

0 commit comments

Comments
 (0)