Skip to content

Commit cd8db54

Browse files
build(deps): update rand requirement from 0.8.5 to 0.9.0
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](rust-random/rand@0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9bd0cb commit cd8db54

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 @@ libp2p-identity = { version = "0.2.9", features = ["peerid"] }
3030
[dev-dependencies]
3131
bincode = "1"
3232
quickcheck = { version = "1.0.3", default-features = false }
33-
rand = "0.8.5"
33+
rand = "0.9.0"
3434
serde_json = "1.0"
3535

3636
# Passing arguments to the docsrs builder in order to properly document cfg's.

0 commit comments

Comments
 (0)