use cap_rand instead of getrandom

This commit is contained in:
Pat Hickey
2021-01-04 16:21:23 -08:00
parent 10a84727fa
commit add601fd6c
6 changed files with 37 additions and 36 deletions

View File

@@ -22,13 +22,13 @@ links = "wasi-c2-19"
anyhow = "1.0"
thiserror = "1.0"
libc = "0.2"
getrandom = { version = "0.2.0", features = ["std"] }
wiggle = { path = "../wiggle", default-features = false, version = "0.21.0" }
tracing = "0.1.19"
system-interface = "0.2"
cap-std = "0.8"
cap-fs-ext = "0.8"
cap-time-ext = "0.8"
cap-rand = "0.8"
fs-set-times = "0.2.1"
cfg-if = "1"