Update rand dependency to 0.8.3.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1,5 +1,7 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "addr2line"
|
name = "addr2line"
|
||||||
version = "0.14.1"
|
version = "0.14.1"
|
||||||
|
|||||||
@@ -19,6 +19,6 @@ peepmatic-runtime = { path = "../runtime", features = ["construct"] }
|
|||||||
peepmatic-test = { path = "../test" }
|
peepmatic-test = { path = "../test" }
|
||||||
peepmatic-test-operator = { path = "../test-operator" }
|
peepmatic-test-operator = { path = "../test-operator" }
|
||||||
peepmatic-traits = { path = "../traits" }
|
peepmatic-traits = { path = "../traits" }
|
||||||
rand = { version = "0.8.2", features = ["small_rng"] }
|
rand = { version = "0.8.3", features = ["small_rng"] }
|
||||||
serde = "1.0.106"
|
serde = "1.0.106"
|
||||||
wast = "32.0.0"
|
wast = "32.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user