Skip to content

Commit 57a9152

Browse files
committed
Update getrandom to v0.3
1 parent 88b3274 commit 57a9152

File tree

3 files changed

+147
-47
lines changed

3 files changed

+147
-47
lines changed

Cargo.lock

Lines changed: 142 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hybrid-array = "0.2"
1717

1818
# optional dependencies
1919
rand_core = { version = "0.6.4", optional = true }
20-
getrandom = { version = "0.2", optional = true }
20+
getrandom = { version = "0.3", optional = true }
2121

2222
[features]
2323
getrandom = ["dep:getrandom", "rand_core?/getrandom"]

0 commit comments

Comments
 (0)