Merge pull request #111 from CraneStation/dependabot/cargo/rand-0.7

Update rand requirement from 0.6 to 0.7
This commit is contained in:
Jakub Konka
2019-10-03 09:54:18 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ description = "WASI implementation in Rust"
wasi-common-cbindgen = { path = "wasi-common-cbindgen" }
failure = "0.1"
libc = "0.2"
rand = "0.6"
rand = "0.7"
cfg-if = "0.1.9"
log = "0.4"
filetime = "0.2.7"