Use getrandom for random_get, disable default rand features (#625)
* use getrandom, disable default rand features
This commit is contained in:
committed by
Dan Gohman
parent
64f9cee842
commit
752ed901d6
@@ -15,7 +15,7 @@ wasi-common-cbindgen = { path = "wasi-common-cbindgen" }
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
libc = "0.2"
|
||||
rand = "0.7"
|
||||
getrandom = "0.1"
|
||||
cfg-if = "0.1.9"
|
||||
log = "0.4"
|
||||
filetime = "0.2.7"
|
||||
|
||||
Reference in New Issue
Block a user