Update rand dependency to 0.8.3.

This commit is contained in:
Chris Fallin
2021-02-16 08:50:03 -08:00
committed by Dan Gohman
parent 8cd64e3ec6
commit e5267f056f
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,6 @@ peepmatic-runtime = { path = "../runtime", features = ["construct"] }
peepmatic-test = { path = "../test" }
peepmatic-test-operator = { path = "../test-operator" }
peepmatic-traits = { path = "../traits" }
rand = { version = "0.8.2", features = ["small_rng"] }
rand = { version = "0.8.3", features = ["small_rng"] }
serde = "1.0.106"
wast = "32.0.0"