Skip to content

Commit 7a6c81f

Browse files
authored
Merge pull request #121 from multiformats/dependabot/cargo/rand-0.9.0
build(deps): update rand requirement from 0.8.5 to 0.9.0
2 parents f9a2dff + 0d1f48e commit 7a6c81f

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)