Skip to content

Commit 89e0989

Browse files
authored
Merge pull request #1461 from Scottcjn/dependabot/cargo/rips/rand-0.10
build(deps): update rand requirement from 0.8 to 0.10 in /rips
2 parents 5f725a1 + c00efd4 commit 89e0989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rips/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "hardware-support"]
1313
# Cryptography
1414
sha2 = "0.10"
1515
hex = "0.4"
16-
rand = "0.8"
16+
rand = "0.10"
1717
rand_chacha = "0.10"
1818

1919
# Serialization

0 commit comments

Comments
 (0)