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

2
Cargo.lock generated
View File

@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.14.1"

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"