Skip to content

Commit 502b1bd

Browse files
Update rand_core requirement from 0.5.1 to 0.6.4
Updates the requirements on [rand_core](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](rust-random/rand@rand_core-0.5.1...0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 634f15e commit 502b1bd

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
@@ -10,6 +10,6 @@ readme = "README.md"
1010

1111
[dependencies]
1212
rand = "0.7.3"
13-
rand_core = "0.5.1"
13+
rand_core = "0.6.4"
1414
sha3 = "0.9.1"
1515
curve25519-dalek = "3.1.0"

0 commit comments

Comments
 (0)